Observable.ToAsync<TResult> Method (Func<TResult>, IScheduler)
Converts the function into an asynchronous function.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
public static Func<IObservable<TResult>> ToAsync<TResult>( this Func<TResult> function, IScheduler scheduler )
Type Parameters
- TResult
The type of result.
Parameters
- function
- Type: System.Func<TResult>
The function used to synchronization.
- scheduler
- Type: System.Reactive.Concurrency.IScheduler
The scheduler used to synchronization.