Method | Description |
---|---|
MessageListener | Deliver a message asynchronously to the message consumer. |
public delegate void MessageListener(IMessage msg);
Deliver a message asynchronously to the message consumer.
Methods that implement this delegate can be registered with the connection.
For more information about using message listeners, see Using message and exception listeners in .NET.