C# Class TransitApp.Server.WebApi.ScheduledJobs.GTFSStaticJob

Inheritance: ScheduledJob
显示文件 Open project: nycmobiledev/transit-app Class Usage Examples

Public Methods

Method Description
ExecuteAsync ( ) : System.Threading.Tasks.Task

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 P:Microsoft.WindowsAzure.Mobile.Service.ScheduledJob.CancellationToken from the M:CancellationToken property.

Method Details

ExecuteAsync() public 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 P:Microsoft.WindowsAzure.Mobile.Service.ScheduledJob.CancellationToken from the M:CancellationToken property.
public ExecuteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task