IMessageEndpoint Interface |
Namespace: AGI.Parallel.Infrastructure
The IMessageEndpoint type exposes the following members.
| Name | Description | |
|---|---|---|
| PostMessage(Object, Guid) |
Posts a message to the specified target mailbox.
| |
| PostMessage(Object, Guid, Boolean) |
Posts a message to the specified target mailbox.
| |
| ReceiveMessage |
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
| |
| ReceiveMessage(Guid) |
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
| |
| ReceiveMessage(Int32) |
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
| |
| ReceiveMessage(Int32, Guid) |
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
|
| Name | Description | |
|---|---|---|
| NewMessage |
Occurs when a new message arrives.
|
STK Parallel Computing Server 2.10 API for .NET