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
System_CAPS_pubmethod MetricsLatencyEvent()

Properties

Name Description
System_CAPS_pubproperty EndTime

Gets or sets the time at which this event ended.

System_CAPS_pubproperty Id

Gets or sets the ID of this event.

System_CAPS_pubproperty Name

Gets or sets the name of this event.

System_CAPS_pubproperty StartTime

Gets or sets the time at which this event started.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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