ScheduledJob.ExecuteAsync Method ()

 

When implemented in a derived class, executes the scheduled job asynchronously. Implementations that want to know whether the scheduled job is being cancelled can get a CancellationToken from the M:CancellationToken property.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public MustOverride Function ExecuteAsync As Task

Return Value

Type: System.Threading.Tasks.Task

A Task representing the asynchronous operation.

Return to top
Show: