KsiServiceAsyncResultIsCompleted Property
|
Gets a value that indicates whether the asynchronous operation has completed.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
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
Return Value
Type:
Boolean
true if the operation is complete; otherwise, false.
Implements
IAsyncResultIsCompleted
See Also