OperationState Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Describes operation state.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Enumeration OperationState
'Usage
Dim instance As OperationState
public enum OperationState
public enum class OperationState
type OperationState
public enum OperationState
Members
Member name | Description | |
---|---|---|
Failed | Operation failed. | |
InProgress | Operation in progress. | |
Succeeded | Operation succeeded. |