Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | ToAsync(Action) |
Converts the action into an asynchronous function.
|
![]() ![]() | ToAsync(ActionObject) |
Converts the action into an asynchronous function.
|
![]() ![]() | ToAsync(FuncObject) |
Converts the function into an asynchronous function.
|
![]() ![]() | ToAsync(FuncObjectArrayObject) |
Converts the function into an asynchronous function.
|
![]() ![]() | ToAsync(FuncObjectObject) |
Converts the function into an asynchronous function.
|
![]() ![]() | ToAsync(Action, Scheduler) |
Converts the action into an asynchronous function, using scheduler to schedule the work.
|
![]() ![]() | ToAsync(ActionObject, Scheduler) |
Converts the action into an asynchronous function, using scheduler to schedule the work.
|
![]() ![]() | ToAsync(FuncObject, Scheduler) |
Converts the function into an asynchronous function, using scheduler to schedule the work.
|
![]() ![]() | ToAsync(FuncObjectArrayObject, Scheduler) |
Converts the function into an asynchronous function, using scheduler to schedule the work.
|
![]() ![]() | ToAsync(FuncObjectObject, Scheduler) |
Converts the function into an asynchronous function, using scheduler to schedule the work.
|

