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)

Syntax

public interface IScheduledJob
public interface class IScheduledJob
type IScheduledJob = interface end
Public Interface IScheduledJob

Methods

Name Description
System_CAPS_pubmethod ExecuteAsync(ScheduledJobDescriptor, CancellationToken)

Executes the scheduled job provided a scheduledJobDescriptor and an cancellationToken.

See Also

Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs Namespace

Return to top