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)

public StatusReport(
	string description
)

Parameters

description
Type: System.String

A description of the status report.

Return to top
Show: