OperationStatus Enumeration

 

The status of the asynchronous request.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Enumeration OperationStatus

Member nameDescription
Failed

The asynchronous request failed.

InProgress

The asynchronous request is in progress.

Succeeded

The asynchronous request succeeded.

Return to top
Show: