Skip to main content

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
TypeName
ServiceStack.Redis.Support.Diagnostic.TrackingFrameother

Equals(Object)

View Source
Declaration
public override bool Equals(object obj)
Returns

System.Boolean

Parameters
TypeName
System.Objectobj

GetHashCode()

View Source
Declaration
public override int GetHashCode()
Returns

System.Int32

Implements

  • System.IEquatable<ServiceStack.Redis.Support.Diagnostic.TrackingFrame>