C# 클래스 TransitApp.Server.WebApi.ScheduledJobs.GTFSRealtimeJob

상속: ScheduledJob
파일 보기 프로젝트 열기: nycmobiledev/transit-app 1 사용 예제들

공개 메소드들

메소드 설명
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