Share via


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)

Syntax

public abstract Task ExecuteAsync()
public:
virtual Task^ ExecuteAsync() abstract
abstract ExecuteAsync : unit -> Task
Public MustOverride Function ExecuteAsync As Task

Return Value

Type: System.Threading.Tasks.Task

A Task representing the asynchronous operation.

See Also

ExecuteAsync Overload
ScheduledJob Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top