Click or drag to resize

IJobWaitUntilDone Method (Int32)

Blocks until all tasks in this job complete or the operation times out.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
bool WaitUntilDone(
	int millisecondsTimeout
)

Parameters

millisecondsTimeout
Type: SystemInt32
The number of milliseconds to wait.

Return Value

Type: Boolean
True if the call completed without timing out.
Exceptions
ExceptionCondition
InfrastructureExceptionIf error occurs with job scheduler such as the client timing out.
See Also

STK Parallel Computing Server 2.9 API for .NET