TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

TopicSession Members

TopicSession overview

Public Instance Properties

AcknowledgeMode (inherited from Session) Get the acknowledge mode of the session as integer constants as defined in Session class. Users are recommended to use the SessionMode enum instead.
Connection (inherited from Session)Get the connection the session belongs to
IsClosed (inherited from Session)Gets whether the session is closed.
IsTransacted (inherited from Session) Get whether the session is transacted
MessageListener (inherited from Session)Obsolete. Get or set the message listener for the session. -Deprecated, use MessageConsumer.MessageListener instead.
SessID (inherited from Session)Gets the id of the session.
SessionAcknowledgeMode (inherited from Session) Get the acknowledge mode of the session, returned value is of type SessionMode
Transacted (inherited from Session) Get whether an open session is transacted

Public Instance Methods

Close (inherited from Session) 
Commit (inherited from Session) 
CreateBrowser (inherited from Session)Overloaded. Create a queue browser object
CreateBytesMessage (inherited from Session) 
CreateConsumer (inherited from Session)Overloaded.  
CreateDurableSubscriber (inherited from Session)Overloaded.  
CreateMapMessage (inherited from Session) 
CreateMessage (inherited from Session) 
CreateObjectMessage (inherited from Session)Overloaded.  
CreateProducer (inherited from Session) 
CreatePublisher 
CreateQueue (inherited from Session) 
CreateStreamMessage (inherited from Session) 
CreateSubscriberOverloaded.  
CreateTemporaryQueue (inherited from Session) 
CreateTemporaryTopic (inherited from Session) 
CreateTextMessage (inherited from Session)Overloaded.  
CreateTopic (inherited from Session) 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Recover (inherited from Session) 
Rollback (inherited from Session) 
ToString (inherited from Object) Returns a String that represents the current Object.
Unsubscribe (inherited from Session) 

See Also

TopicSession Class | TIBCO.EMS Namespace