Click or drag to resize
AwaiterForTaskCreateT Method

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static IAwaiter<T> Create<T>(
	TaskAwaiter<T> core
)

Parameters

core
Type: System.Runtime.CompilerServicesTaskAwaiterT
The TaskAwaiterTResult to be wrapped.

Type Parameters

T
The type of the value which is awaited.

Return Value

Type: IAwaiterT
The new new IAwaiterT which wraps the given TaskAwaiterTResultcore.
See Also