OperationStatusResponse.Status Property
The status of the asynchronous request.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public OperationStatus Status { get; set; }
public:
property OperationStatus Status {
OperationStatus get();
void set(OperationStatus value);
}
member Status : OperationStatus with get, set
Public Property Status As OperationStatus
Property Value
Type: Microsoft.WindowsAzure.OperationStatus
See Also
OperationStatusResponse Class
Microsoft.WindowsAzure Namespace
Return to top