[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
The MapMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Acknowledge | Acknowledges all consumed messages of the session of
this consumed message.
(Inherited from Message.) |
![]() | ClearBody | Clears out the message body. Clearing a message's body does
not clear its header values or property entries.
(Overrides Message..::.ClearBody()()().) |
![]() | ClearProperties | Clears a message's properties. (Inherited from Message.) |
![]() | Clone | Implements the clone method from ICloneable interfacae (Overrides Message..::.Clone()()().) |
![]() | 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.) |
![]() | GetBoolean | Returns the boolean value with the specified name. |
![]() | GetBooleanProperty | Returns the value of the boolean property with the
specified name. (Inherited from Message.) |
![]() | GetByte | Returns the byte value with the specified name. |
![]() | GetByteProperty | Returns the value of the byte property with the
specified name. (Inherited from Message.) |
![]() | GetBytes | Returns the byte array value with the specified name. |
![]() | GetChar | Returns the char value with the specified name. |
![]() | GetDouble | Returns the double value with the specified name. |
![]() | GetDoubleProperty | Returns the value of the double property with the
specified name. (Inherited from Message.) |
![]() | GetFloat | Returns the float value with the specified name. |
![]() | GetFloatProperty | Returns the value of the float property with the
specified name. (Inherited from Message.) |
![]() | 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.) |
![]() | GetInt | Returns the int value with the specified name. |
![]() | GetIntProperty | Returns the value of the int property with the
specified name. (Inherited from Message.) |
![]() | GetLong | Returns the long value with the specified name. |
![]() | GetLongProperty | Returns the value of the long property with the
specified name. (Inherited from Message.) |
![]() | GetMapNames | Returns a collection of all the names in
the MapMessage object. |
![]() | GetObject | Returns the object value with the specified name. |
![]() | GetObjectProperty | Returns the value of the object property with the
specified name. (Inherited from Message.) |
![]() | GetShort | Returns the short value with the specified name. |
![]() | GetShortProperty | Returns the value of the short property with the
specified name. (Inherited from Message.) |
![]() | GetString | Returns the string value with the specified name. |
![]() | GetStringProperty | Returns the value of the string property with the
specified name. (Inherited from Message.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ItemExists | Indicates whether an item exists in this MapMessage object. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PropertyExists | Test whether a named property has been set on a message. (Inherited from Message.) |
![]() | SetBoolean | Sets a boolean value with the specified name into the Map. |
![]() | SetBooleanProperty | Sets a boolean property value with the specified name into the message (Inherited from Message.) |
![]() | SetByte | Sets a byte value with the specified name into the Map. |
![]() | SetByteProperty | Sets a byte property value with the specified name into the message (Inherited from Message.) |
![]() | SetBytes | Overloaded. |
![]() | SetChar | Sets a char value with the specified name into the Map. |
![]() | SetDouble | Sets a double value with the specified name into the Map. |
![]() | SetDoubleProperty | Sets a double property value with the specified name into the message (Inherited from Message.) |
![]() | SetFloat | Sets a float value with the specified name into the Map. |
![]() | SetFloatProperty | Sets a float property value with the specified name into the message (Inherited from Message.) |
![]() | SetInt | Sets an int value with the specified name into the Map. |
![]() | SetIntProperty | Sets a int property value with the specified name into the message (Inherited from Message.) |
![]() | SetLong | Sets a long value with the specified name into the Map. |
![]() | SetLongProperty | Sets a long property value with the specified name into the message (Inherited from Message.) |
![]() | SetObject | Sets an object value with the specified name into the Map. |
![]() | SetObjectProperty | Sets an object property value with the specified name into the message (Inherited from Message.) |
![]() | SetShort | Sets a short value with the specified name into the Map. |
![]() | SetShortProperty | Sets a short property value with the specified name into the message (Inherited from Message.) |
![]() | SetString | Sets a string value with the specified name into the Map. |
![]() | SetStringProperty | Sets a string property value with the specified name into the message (Inherited from Message.) |
![]() | ToString | returns a string representation of the message (Overrides Message..::.ToString()()().) |