Click or drag to resize

ClusterJobScheduler.ReceiveMessage Method (Guid)

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(
	out Guid sender
)

Parameters

sender
Type: System.Guid
The address of the sender of the message.

Return Value

Type: Object
The message.

Implements

IMessageEndpoint.ReceiveMessage(Guid)
See Also

STK Parallel Computing Server 2.10 API for .NET