Click or drag to resize

EmbeddedJobScheduler.ReceiveMessage Method

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.10.0.1777 (2.10.0.1777)
Syntax
public Object ReceiveMessage()

Return Value

Type: Object
The message.

Implements

IMessageEndpoint.ReceiveMessage()
Exceptions
ExceptionCondition
InfrastructureExceptionIf target mailbox does not exist.
See Also

STK Parallel Computing Server 2.10 API for .NET