Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public WaitHandle AsyncWaitHandle { get; }

Property Value

Type: WaitHandle
See Also