HAAsyncResultAsyncWaitHandle Property
|
Gets a
WaitHandle that is used to wait for an asynchronous operation to complete.
Namespace:
Guardtime.KSI.Service.HighAvailability
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
Property Value
Type:
WaitHandleImplements
IAsyncResultAsyncWaitHandle
See Also