IScheduledJob Interface

 

Provides an abstraction for a scheduled job.

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

public interface IScheduledJob

NameDescription
System_CAPS_pubmethodExecuteAsync(ScheduledJobDescriptor, CancellationToken)

Executes the scheduled job provided a scheduledJobDescriptor and an cancellationToken.

Return to top
Show: