Share via


IChannel.SendStartOperation Method

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

Sends start operation to the service and returns. Use Operations collection to get operation's status.

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

Syntax

'Declaration
Function SendStartOperation As IOperation
'Usage
Dim instance As IChannel 
Dim returnValue As IOperation 

returnValue = instance.SendStartOperation()
IOperation SendStartOperation()
IOperation^ SendStartOperation()
abstract SendStartOperation : unit -> IOperation
function SendStartOperation() : IOperation

Return Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IOperation
Operation info that can be used to track the operation.

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace