IAwaiterTIsCompleted Property |
Returns if the value of the awaitable is already available and
the execution may proceed synchronously.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxbool IsCompleted { get; }
ReadOnly Property IsCompleted As Boolean
Get
property bool IsCompleted {
bool get ();
}
abstract IsCompleted : bool with get
Property Value
Type:
Boolean
See Also