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)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Diagnostics.MetricsLatencyEvent

type MetricsLatencyEvent = class end

NameDescription
System_CAPS_pubpropertyEndTime

Gets or sets the time at which this event ended.

System_CAPS_pubpropertyId

Gets or sets the ID of this event.

System_CAPS_pubpropertyName

Gets or sets the name of this event.

System_CAPS_pubpropertyStartTime

Gets or sets the time at which this event started.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: