StatusReport Class

 

Provides status information generated by a IStatusReporter which is used to indicate the status of a service using the DiagnosticsController.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport

Public Class StatusReport

NameDescription
System_CAPS_pubmethodStatusReport(String)

Initializes a new instance of the StatusReport class with a given description.

NameDescription
System_CAPS_pubpropertyDescription

Provide a description of what this StatusReport is about.

System_CAPS_pubpropertyStatus

Collection of data points describing the status of the service as provided by a particular IStatusReporter.

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: