Click or drag to resize

IMessageEndpoint Interface

Represents a client of the messaging system.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public interface IMessageEndpoint

The IMessageEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the id of the participant's mailbox.
Top
Methods
  NameDescription
Public methodPostMessage(Object, Guid)
Posts a message to the specified target mailbox.
Public methodPostMessage(Object, Guid, Boolean)
Posts a message to the specified target mailbox.
Public methodReceiveMessage
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
Public methodReceiveMessage(Guid)
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
Public methodReceiveMessage(Int32)
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
Public methodReceiveMessage(Int32, Guid)
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
Top
Events
  NameDescription
Public eventNewMessage
Occurs when a new message arrives.
Top
See Also

STK Parallel Computing Server 2.9 API for .NET