Click or drag to resize

EmbeddedJobSchedulerReceiveMessage 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.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public Object ReceiveMessage(
	out Guid sender
)

Parameters

sender
Type: SystemGuid
The address of the sender of the message.

Return Value

Type: Object
The message.

Implements

IMessageEndpointReceiveMessage(Guid)
See Also

STK Parallel Computing Server 2.9 API for .NET