Struct ApdexContext
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace:App.Metrics.Apdex
Assembly:cs.temp.dll.dll
Syntax
public struct ApdexContext : IDisposable
Constructors
ApdexContext(IApdex)
Declaration
public ApdexContext(IApdex apdex)
Parameters
Type | Name | Description |
---|---|---|
IApdex | apdex |
Properties
Elapsed
Gets the currently elapsed time from when the instance has been created
Declaration
public TimeSpan Elapsed { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The elapsed. |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()