IChannel.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 the state of the channel.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
ReadOnly Property State As ChannelState
Get
'Usage
Dim instance As IChannel
Dim value As ChannelState
value = instance.State
ChannelState State { get; }
property ChannelState State {
ChannelState get ();
}
abstract State : ChannelState
function get State () : ChannelState
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.ChannelState