[TIBCO.EMS .NET client library 7.0 documentation]
The QueueSender type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close | Closes the message producer. (Inherited from MessageProducer.) |
![]() | 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.) |
![]() | Send | Overloaded. |
![]() | ToString | returns a string representaion of the message producer
(Inherited from MessageProducer.) |
Properties
Name | Description | |
---|---|---|
![]() | DeliveryMode | Get and set the delivery mode using integer value, as defined in
DeliveryMode class (Inherited from MessageProducer.) |
![]() | Destination | Gets the destination associated with this MessageProducer. (Inherited from MessageProducer.) |
![]() | DisableMessageID | Get and Sets the disable message id flag (Inherited from MessageProducer.) |
![]() | DisableMessageTimestamp | Get and Sets the disable message timestamp flag (Inherited from MessageProducer.) |
![]() | MsgDeliveryMode | Get and set the delivery mode using one of the enum MessageDeliveryMode
value. (Inherited from MessageProducer.) |
![]() | Priority | Gets and Sets the priority of the message producer. (Inherited from MessageProducer.) |
![]() | Queue | Gets the queue associated with this QueueSender. |
![]() | TimeToLive | Gets and Sets the time to live property of the message producer. (Inherited from MessageProducer.) |