C# 클래스 RxAs.Rx2.ProofTests.Mock.ManualScheduler

상속: IScheduler
파일 보기 프로젝트 열기: richardszalay/raix 1 사용 예제들

공개 메소드들

메소드 설명
RunAll ( ) : void
RunNext ( ) : void
Schedule ( System.Action action ) : IDisposable
Schedule ( System.Action action, System.TimeSpan dueTime ) : IDisposable

메소드 상세

RunAll() 공개 메소드

public RunAll ( ) : void
리턴 void

RunNext() 공개 메소드

public RunNext ( ) : void
리턴 void

Schedule() 공개 메소드

public Schedule ( System.Action action ) : IDisposable
action System.Action
리턴 IDisposable

Schedule() 공개 메소드

public Schedule ( System.Action action, System.TimeSpan dueTime ) : IDisposable
action System.Action
dueTime System.TimeSpan
리턴 IDisposable