TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

EMSMessageHandler Delegate

Delegate declaration for message event handler

public delegate void EMSMessageHandler(
   object sender,
   EMSMessageEventArgs args
);

Parameters

sender
The source of the event. It can be either the MessageConsumer object or the Session object depending on to which object is the message handler registered.
args
The event argument, EMSMessageEventArgs

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Requirements

Namespace: TIBCO.EMS

Assembly: TIBCO.EMS (in TIBCO.EMS.dll, TIBCO.EMS-CF.dll)

See Also

TIBCO.EMS Namespace