Click or drag to resize
IAwaiterTIsCompleted Property
Returns if the value of the awaitable is already available and the execution may proceed synchronously.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
bool IsCompleted { get; }

Property Value

Type: Boolean
See Also