BackgroundCalculationAsyncWaitHandle Property |
Gets a
WaitHandle that is used to wait for the operation to complete.
When the
DoWork event handler has finished, this event will be signaled.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public WaitHandle AsyncWaitHandle { get; }
Public ReadOnly Property AsyncWaitHandle As WaitHandle
Get
public:
property WaitHandle^ AsyncWaitHandle {
WaitHandle^ get ();
}
member AsyncWaitHandle : WaitHandle with get
Property Value
Type:
WaitHandleSee Also