Observable.ToAsync(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) Method (Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), IScheduler)
Converts the function into an asynchronous function.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
static member ToAsync : action:Action<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12, 'T13, 'T14> * scheduler:IScheduler -> Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12, 'T13, 'T14, IObservable<Unit>>
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.
- T14
The fourteenth type of function.
Parameters
- action
- Type: System.Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
The action 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, T14, IObservable(Unit))The function into an asynchronous function.