Summary
Continues the
System.Threading.Tasks.Task
return on any scheduler context.
- Assembly
- Rocket
.Surgery .Task .Extensions .dll - Namespace
- System
.Threading .Tasks - Containing Type
- TaskExtensions
Syntax
public static ConfiguredTaskAwaitable<T> ContinueOnAnyContext<T>(this Task<T> task)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
task | Task |
The this. |
Return Value
Type | Description |
---|---|
Configured |
ConfiguredTaskAwaitable{T}. |