[TIBCO.EMS .NET client library 5.1 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
Name | Description | |
---|---|---|
![]() | Message..::.EmptyEnum | Construct an empty enumerator |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Current | Implements IEnumerator.Current. |