Observable.ToAsync(T1, T2, T3, T4, T5, T6, T7, T8, T9) Method (Action(T1, T2, T3, T4, T5, T6, T7, T8, T9))
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.
Parameters
- action
- Type: System.Action(T1, T2, T3, T4, T5, T6, T7, T8, T9)
The action used to synchronization.
Return Value
Type: System.Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, IObservable(Unit))The function into an asynchronous function.