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