IMessageEndpointReceiveMessage Method (Guid) |
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax Object ReceiveMessage(
out Guid sender
)
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.
See Also