[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]
The Message type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Acknowledge | Acknowledges all consumed messages of the session of
this consumed message.
|
![]() | ClearBody | Clears out the message body. Clearing a message's body does
not clear its header values or property entries.
|
![]() | ClearProperties | Clears a message's properties. |
![]() | Clone | Create a copy of the message object. |
![]() | 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.) |
![]() | GetBooleanProperty | Returns the value of the boolean property with the
specified name. |
![]() | GetByteProperty | Returns the value of the byte property with the
specified name. |
![]() ![]() | GetDeliveryModeName | Overloaded. |
![]() | GetDoubleProperty | Returns the value of the double property with the
specified name. |
![]() | GetFloatProperty | Returns the value of the float property with the
specified name. |
![]() | 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.) |
![]() | GetIntProperty | Returns the value of the int property with the
specified name. |
![]() | GetLongProperty | Returns the value of the long property with the
specified name. |
![]() | GetObjectProperty | Returns the value of the object property with the
specified name. |
![]() | GetShortProperty | Returns the value of the short property with the
specified name. |
![]() | GetStringProperty | Returns the value of the string property with the
specified name. |
![]() | GetType | Gets the Type of the current instance. (Inherited from 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. |
![]() | SetBooleanProperty | Sets a boolean property value with the specified name into the message |
![]() | SetByteProperty | Sets a byte property value with the specified name into the message |
![]() | SetDoubleProperty | Sets a double property value with the specified name into the message |
![]() | SetFloatProperty | Sets a float property value with the specified name into the message |
![]() | SetIntProperty | Sets a int property value with the specified name into the message |
![]() | SetLongProperty | Sets a long property value with the specified name into the message |
![]() | SetObjectProperty | Sets an object property value with the specified name into the message |
![]() | SetShortProperty | Sets a short property value with the specified name into the message |
![]() | SetStringProperty | Sets a string property value with the specified name into the message |
![]() | ToString | returns a string representation of the message (Overrides Object..::.ToString()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_DELIVERY_MODE | The message producer's default delivery mode is PERSISTENT. |
![]() ![]() | DEFAULT_MSG_DELIVERY_MODE | The message producer's default delivery mode is PERSISTENT. |
![]() ![]() | DEFAULT_PRIORITY | The message producer's default priority is 4. |
![]() ![]() | DEFAULT_TIME_TO_LIVE | The message producer's default time to live is unlimited; the message never expires. |
Properties
Name | Description | |
---|---|---|
![]() | CorrelationID | Gets and Sets the correlation ID for the message. |
![]() | CorrelationIDAsBytes | Gets and Sets the correlation ID as an array of bytes
for the message. |
![]() | DeliveryMode | Get and set the message's delivery mode as an integer constant as defined
in the DeliveryMode class.
Users are recommended to use the MessageDeliveryMode enum instead.
|
![]() | Destination | Gets and Sets the Destination object for this message. |
![]() | Expiration | Gets and Sets the message's expiration value. |
![]() | MessageID | Gets and Sets the message ID for the message. |
![]() | MsgDeliveryMode | Get and set the message's delivery mode as enum value of type MessageDeliveryMode |
![]() | MsgType | Gets and Sets the message's type value. |
![]() | Priority | Gets and Sets the message's priority value. |
![]() | PropertyNames | Returns an Enumeration of all the property names. |
![]() | Redelivered | Gets and Sets the message's redelivered value. |
![]() | ReplyTo | Gets and Sets the message's replyto value. |
![]() | Timestamp | Gets and Sets the timestamp for the message. |