C# Класс TransitApp.Server.WebApi.ScheduledJobs.GTFSStaticJob

Наследование: ScheduledJob
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

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 P:Microsoft.WindowsAzure.Mobile.Service.ScheduledJob.CancellationToken from the M:CancellationToken property.
public ExecuteAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task