Share via


StatusReport Constructor (String)

 

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

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

Syntax

public StatusReport(
    string description
)
public:
StatusReport(
    String^ description
)
new : 
        description:string -> StatusReport
Public Sub New (
    description As String
)

Parameters

  • description
    Type: System.String

    A description of the status report.

See Also

StatusReport Class
Microsoft.WindowsAzure.Mobile.Service.Models Namespace

Return to top