C# Class RxAs.Rx4.ProofTests.Mock.ManualScheduler

Inheritance: IScheduler
Show file Open project: richardszalay/raix Class Usage Examples

Public Methods

Method Description
RunAll ( ) : void
RunNext ( ) : void
Schedule ( System.Action action ) : IDisposable
Schedule ( System.Action action, System.TimeSpan dueTime ) : IDisposable

Private Methods

Method Description
Remove ( System.Action action ) : void

Method Details

RunAll() public method

public RunAll ( ) : void
return void

RunNext() public method

public RunNext ( ) : void
return void

Schedule() public method

public Schedule ( System.Action action ) : IDisposable
action System.Action
return IDisposable

Schedule() public method

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