ClusterJobSchedulerReceiveMessage 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.9.0.1601 (2.9.0.1601)
Syntax public Object ReceiveMessage(
out Guid sender
)
Public Function ReceiveMessage (
<OutAttribute> ByRef sender As Guid
) As Object
Parameters
- sender
- Type: SystemGuid
The address of the sender of the message.
Return Value
Type:
ObjectThe message.
Implements
IMessageEndpointReceiveMessage(Guid)See Also