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: 25.2.423.0 (25.2.423.0)
Syntaxpublic WaitHandle AsyncWaitHandle { get; }Public ReadOnly Property AsyncWaitHandle As WaitHandle
Get
public:
property WaitHandle^ AsyncWaitHandle {
WaitHandle^ get ();
}member AsyncWaitHandle : WaitHandle with get
Property Value
Type:
WaitHandle
See Also