Click or drag to resize

ClusterJobScheduler.ReceiveMessage Method (Int32)

Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public Object ReceiveMessage(
	int millisecondsTimeout
)

Parameters

millisecondsTimeout
Type: System.Int32
The number of milliseconds to wait, or System.Threading.Timeout.Infinite (-1) to wait indefinitely.

Return Value

Type: Object
The message. null if timeout is elapsed.

Implements

IMessageEndpoint.ReceiveMessage(Int32)
See Also

STK Parallel Computing Server 2.10 API for .NET