AsyncResultVoidIsCompleted Property |
Gets a value indicating whether the asynchronous operation has completed.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic bool IsCompleted { get; }
Public ReadOnly Property IsCompleted As Boolean
Get
public:
virtual property bool IsCompleted {
bool get () sealed;
}
abstract IsCompleted : bool with get
override IsCompleted : bool with get
Property Value
Type:
BooleanImplements
IAsyncResultIsCompleted
See Also