MetricsLatencyEvent Class
Event class used for internal tracking of outstanding latency events
Namespace: Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Mobile.Service.Diagnostics.MetricsLatencyEvent
Syntax
public class MetricsLatencyEvent
public ref class MetricsLatencyEvent
type MetricsLatencyEvent = class end
Public Class MetricsLatencyEvent
Constructors
Name | Description | |
---|---|---|
MetricsLatencyEvent() |
Properties
Name | Description | |
---|---|---|
EndTime | Gets or sets the time at which this event ended. |
|
Id | Gets or sets the ID of this event. |
|
Name | Gets or sets the name of this event. |
|
StartTime | Gets or sets the time at which this event started. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace
Return to top