[TIBCO.EMS .NET client library 8.1 documentation]

The MessageProducer type exposes the following members.

Methods

  NameDescription
Close
Closes the message producer.
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.)
SendOverloaded.
ToString
returns a string representaion of the message producer
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
DeliveryDelay
Gets and Sets the delivery delay property of the message producer.
DeliveryMode
Get and set the delivery mode using integer value, as defined in DeliveryMode class
Destination
Gets the destination associated with this MessageProducer.
DisableMessageID
Get and Sets the disable message id flag
DisableMessageTimestamp
Get and Sets the disable message timestamp flag
MsgDeliveryMode
Get and set the delivery mode using one of the enum MessageDeliveryMode value.
Priority
Gets and Sets the priority of the message producer.
TimeToLive
Gets and Sets the time to live property of the message producer.

See Also