[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

The Session type exposes the following members.

Properties

  NameDescription
AcknowledgeMode
Get the acknowledge mode of the session as integer constants as defined in Session class.
Connection
Get the connection the session belongs to
IsClosed
Get whether the session is closed.
IsTransacted
Get whether the session is transacted
MessageListener Obsolete.
Get or set the message listener for the session. -Deprecated, use MessageConsumer.MessageListener instead.
SessID
Gets the id of the session.
SessionAcknowledgeMode
Get the acknowledge mode of the session as a SessionMode type
Transacted
Get whether an open session is transacted

See Also