ThreadPoolWaitWaitOne Method (TimeSpan, Boolean) |
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(
TimeSpan timeout,
bool exitContext
)
Public Function WaitOne (
timeout As TimeSpan,
exitContext As Boolean
) As Boolean
Parameters
- timeout
- Type: SystemTimeSpan
The timeout period. - exitContext
- Type: SystemBoolean
The exit context.
Return Value
Type:
BooleanTrue if the current instance receives a signal; otherwise, false.
See Also