[TIBCO.EMS .NET client library 7.0 documentation]

Messages carry information among EMS client programs.

The Message interface is the root interface of all TIBCO Enterprise Message Service .NET messages. It defines the message header and the acknowledge method used for all messages. All other message types extend this root interface.

The Message..::.EmptyEnum type exposes the following members.

Constructors

  NameDescription
Message..::.EmptyEnum
Construct an empty enumerator

Methods

  NameDescription
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.)
MoveNext
Advances the enumerator to the next element of the collection.
Reset
Reset the enumerator.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Current
Implements IEnumerator.Current.

See Also