IJob.CancelAsync Method

Asynchronously sends request to cancel a job.

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

Syntax

'Declaration
Function CancelAsync As Task
'Usage
Dim instance As IJob 
Dim returnValue As Task 

returnValue = instance.CancelAsync()
Task CancelAsync()
Task^ CancelAsync()
abstract CancelAsync : unit -> Task
function CancelAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
A function delegate that returns the future result to be available through the Task.

See Also

Reference

IJob Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace