TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.EMSMulticastExceptionEventArgs Class Reference

Presents a multicast problem as a .NET event. More...

Inherits EventArgs.

Properties

EMSException Exception [get]
 Get the EMSException that caused the event More...
 
Connection Connection [get]
 Get the Connection on which this event occurred. More...
 
Session Session [get]
 Get the Session on which this event occurred. More...
 
MessageConsumer Consumer [get]
 Get the Consumer affected by this event. This may be null in some situations More...
 

Detailed Description

Presents a multicast problem as a .NET event.

EMSMulticastExceptionHandler delegates receive this object as an argument.

Deprecated:
As of release 8.3

Property Documentation

Connection TIBCO.EMS.EMSMulticastExceptionEventArgs.Connection
get

Get the Connection on which this event occurred.

MessageConsumer TIBCO.EMS.EMSMulticastExceptionEventArgs.Consumer
get

Get the Consumer affected by this event. This may be null in some situations

EMSException TIBCO.EMS.EMSMulticastExceptionEventArgs.Exception
get

Get the EMSException that caused the event

Session TIBCO.EMS.EMSMulticastExceptionEventArgs.Session
get

Get the Session on which this event occurred.


Copyright © Cloud Software Group, Inc. All rights reserved.