Share via


IOperation.State Property

[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.]

Gets operation state.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
ReadOnly Property State As OperationState 
    Get
'Usage
Dim instance As IOperation 
Dim value As OperationState 

value = instance.State
OperationState State { get; }
property OperationState State {
    OperationState get ();
}
abstract State : OperationState
function get State () : OperationState

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.OperationState

See Also

Reference

IOperation Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace