Observable.Start Method (Action, IScheduler)
Invokes the action asynchronously.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
Parameters
- action
- Type: System.Action
The action used to synchronization.
- scheduler
- Type: System.Reactive.Concurrency.IScheduler
The scheduler used to synchronization.