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)

Inheritance Hierarchy

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

Syntax

public class StatusReport
public ref class StatusReport 
type StatusReport = class end
Public Class StatusReport

Constructors

Name Description
System_CAPS_pubmethod StatusReport(String)

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

Properties

Name Description
System_CAPS_pubproperty Description

Provide a description of what this StatusReport is about.

System_CAPS_pubproperty Status

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

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.Models Namespace

Return to top