Qbservable.ToAsync<T1, T2, T3, T4, T5, T6, T7, T8> Method (IQbservableProvider, Expression<Action<T1, T2, T3, T4, T5, T6, T7, T8>>, IScheduler)
Converts the function into an asynchronous function.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
public static Func<T1, T2, T3, T4, T5, T6, T7, T8, IQbservable<Unit>> ToAsync<T1, T2, T3, T4, T5, T6, T7, T8>( this IQbservableProvider provider, Expression<Action<T1, T2, T3, T4, T5, T6, T7, T8>> action, IScheduler scheduler )
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.
Parameters
- provider
- Type: System.Reactive.Linq.IQbservableProvider
The local Qbservable provider.
- action
- Type: System.Linq.Expressions.Expression<Action<T1, T2, T3, T4, T5, T6, T7, T8>>
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, IQbservable<Unit>>The function into an asynchronous function.