IProgram.StartAsync 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.]
Starts the program asynchronously.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Function StartAsync As Task
'Usage
Dim instance As IProgram
Dim returnValue As Task
returnValue = instance.StartAsync()
Task StartAsync()
Task^ StartAsync()
abstract StartAsync : unit -> Task
function StartAsync() : Task
Return Value
Type: System.Threading.Tasks.Task
Task to wait on for operation completion.