KsiServiceAsyncResultAsyncWaitHandle Property
|
Gets a
WaitHandle that is used to wait for an asynchronous operation to complete.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic WaitHandle AsyncWaitHandle { get; }
Public ReadOnly Property AsyncWaitHandle As WaitHandle
Get
public:
virtual property WaitHandle^ AsyncWaitHandle {
WaitHandle^ get () sealed;
}
abstract AsyncWaitHandle : WaitHandle with get
override AsyncWaitHandle : WaitHandle with get
Return Value
Type:
WaitHandle
A
WaitHandle that is used to wait for an asynchronous operation to complete.
Implements
IAsyncResultAsyncWaitHandle
See Also