Share via


ScheduledJob.ExecuteAsync Method

 

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

Overload List

Name Description
System_CAPS_pubmethod ExecuteAsync()

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.

System_CAPS_pubmethod ExecuteAsync(ScheduledJobDescriptor, CancellationToken)

See Also

ScheduledJob Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top