The SwitchTo type exposes the following members.
Extension Methods
| Name | Description | |
|---|---|---|
| RunAsync(String, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) | |
| RunAsync(String, TaskDistributor, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) | |
| RunAsync<(Of <<'(T>)>>)(String, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) | |
| RunAsync<(Of <<'(T>)>>)(String, TaskDistributor, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) |
Fields
| Name | Description | |
|---|---|---|
| MainThread |
Changes the context of the following commands to the MainThread when yielded.
| |
| Thread |
Changes the context of the following commands to the WorkerThread when yielded.
|
Properties
| Name | Description | |
|---|---|---|
| Target |