KsiServiceAsyncResultCompletedSynchronously Property
|
Gets a value that indicates whether the asynchronous operation completed synchronously.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool CompletedSynchronously { get; }
Public ReadOnly Property CompletedSynchronously As Boolean
Get
public:
virtual property bool CompletedSynchronously {
bool get () sealed;
}
abstract CompletedSynchronously : bool with get
override CompletedSynchronously : bool with get
Return Value
Type:
Boolean
true if the asynchronous operation completed synchronously; otherwise, false.
Implements
IAsyncResultCompletedSynchronously
See Also