TrackingFrame
Stores details about the context in which an IRedisClient is allocated.
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public class TrackingFrame : IEquatable<TrackingFrame>
Properties
Id
View Source
Declaration
public Guid Id { get; set; }
ProvidedToInstanceOfType
View Source
Declaration
public Type ProvidedToInstanceOfType { get; set; }
Initialised
View Source
Declaration
public DateTime Initialised { get; set; }
Methods
Equals(TrackingFrame)
View Source
Declaration
public bool Equals(TrackingFrame other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Redis.Support.Diagnostic.TrackingFrame | other |
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Object | obj |
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32
Implements
System.IEquatable<ServiceStack.Redis.Support.Diagnostic.TrackingFrame>