EmbeddedJobScheduler.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.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic Object ReceiveMessage(
out Guid sender
)
Public Function ReceiveMessage (
<OutAttribute> ByRef sender As Guid
) As Object
Parameters
- sender
- Type: System.Guid
The address of the sender of the message.
Return Value
Type:
ObjectThe message.
Implements
IMessageEndpoint.ReceiveMessage(Guid)
See Also