WebSphere Message Service Clients for C/C++ and .NET, Version 1.2 Operating Systems: Linux, Windows

IMessageListener (delegate)

Inheritance hierarchy:
None

An application uses a message listener to receive messages asynchronously.

Delegate

Summary of methods:
Method Description
MessageListener Deliver a message asynchronously to the message consumer.

MessageListener - Message Listener

Interface:
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.

Parameters:
mesg (input)
The Message object.
Returns:
Void

Reference topic

Terms of Use | Rate this page

Last updated: 7 Dec 2005

© Copyright IBM Corporation 2005. All Rights Reserved.