Job.WaitUntilDone Method (Int32) |
Blocks until all tasks in this job complete or the operation times out.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool WaitUntilDone(
int millisecondsTimeout
)
Public Function WaitUntilDone (
millisecondsTimeout As Integer
) As Boolean
Parameters
- millisecondsTimeout
- Type: System.Int32
The number of milliseconds to wait.
Return Value
Type:
BooleanTrue if the call completed without timing out.
Implements
IJob.WaitUntilDone(Int32)
Exceptions
See Also