[TIBCO.EMS .NET client library 6.3 documentation]

The Session type exposes the following members.

Methods

  NameDescription
Close
Close a session and reclaim resources
Commit
Commit the open transaction
CreateBrowserOverloaded.
CreateBytesMessage
Create a byte array message
CreateConsumerOverloaded.
CreateDurableSubscriberOverloaded.
CreateMapMessage
Create a MapMessage object. A MapMessage object is used to send a self-defining set of name-value pairs, where names are String objects and values are primitive values in the .NET programming language.
CreateMessage
Create a Message object. The Message interface is the root interface of all TIBCO EMS messages. A Message object holds all the standard message header information. It can be sent when a message containing only header information is sufficient
CreateObjectMessageOverloaded.
CreateProducer
Create a MessageProducer to send messages to the specified destination.
CreateQueue
Create a queue
CreateStreamMessage
Create a StreamMessage object
CreateTemporaryQueue
Create a TemporaryQueue object
CreateTemporaryTopic
Create a TemporaryTopic object
CreateTextMessageOverloaded.
CreateTopic
Create a topic
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Recover
Recover from undetermined state during message processing
Rollback
Roll back messages in the current transaction
Run Obsolete.
Obsolete: Not to be used by ordinary JMS Clients
ToString
Returns a string representation of this Session object.
(Overrides Object..::.ToString()()().)
Unsubscribe
Unsubscribe a durable topic subscription

See Also