Click or drag to resize

ThreadPoolWaitWaitOne Method

Wait for all items to finish executing.

Namespace:  NetQuarry.Threading
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool WaitOne()

Return Value

Type: Boolean
True if the current instance receives a signal; otherwise, false.
See Also