Observable.ToAsync(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult) Method (Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult), IScheduler)
Converts the function into an asynchronous function.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
Type Parameters
- T1
The first type of function.
- T2
The second type of function.
- T3
The third type of function.
- T4
The fourth type of function.
- T5
The fifth type of function.
- T6
The sixth type of function.
- T7
The seventh type of function.
- T8
The eighth type of function.
- T9
The ninth type of function.
- T10
The tenth type of function.
- T11
The eleventh type of function.
- T12
The twelfth type of function.
- T13
The thirteenth type of function.
- TResult
The type of result.
Parameters
- function
- Type: System.Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult)
The function used to synchronization.
- scheduler
- Type: System.Reactive.Concurrency.IScheduler
The scheduler used to synchronization.
Return Value
Type: System.Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, IObservable(TResult))The function into an asynchronous function.