C# 클래스 FubuMVC.Tests.ServiceBus.Polling.FakeJob

상속: IJob
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Finished bool
WasCancelled bool

공개 메소드들

메소드 설명
Execute ( CancellationToken cancellation ) : void
FakeJob ( System.TimeSpan timeToRun ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( CancellationToken cancellation ) : void
cancellation System.Threading.CancellationToken
리턴 void

FakeJob() 공개 메소드

public FakeJob ( System.TimeSpan timeToRun ) : System
timeToRun System.TimeSpan
리턴 System

프로퍼티 상세

Finished 공개적으로 프로퍼티

public bool Finished
리턴 bool

WasCancelled 공개적으로 프로퍼티

public bool WasCancelled
리턴 bool