Click or drag to resize
IAwaiterTGetResult Method
Waits for the awaitable to complete and returns the value represented by it.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
T GetResult()

Return Value

Type: T
The value represented by the awaitable.
See Also