IAwaiterTGetResult Method |
Waits for the awaitable to complete and returns
the value represented by it.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxabstract GetResult : unit -> 'T
Return Value
Type:
TThe value represented by the awaitable.
See Also