Observable.Empty(TResult) Method (IScheduler)
Returns an empty observable sequence with the specified scheduler.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
Type Parameters
- TResult
The type of result.
Parameters
- scheduler
- Type: System.Reactive.Concurrency.IScheduler
The scheduler to send the termination call.