Base class for UMQ info objects associated with a queue instance.
This class encapsulates the information required for any UMQ
info object that is associated with a queue instance. This includes
both the information required to identify the queue (Id and Name) as
well as the information needed to identify the queue instance (Index
and Name).

C# |
public class UMQQueueInstanceInfo : UMQQueueInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | UMQQueueInstanceInfo(Int32, Int64, String, Int64, String) | Creates a UMQQueueInstanceInfo object and initializes fields to the
supplied values.
|
![]() | flags()()() | Get informational flags for this info object. (Inherited from UMQQueueInfo.) |
![]() | queueId()()() | Get Queue Id for the queue associated with this info object. (Inherited from UMQQueueInfo.) |
![]() | queueInstanceIndex()()() | Gets the index of the queue instance associated with this info object. |
![]() | queueInstanceName()()() | Gets the name of the queue instance associated with this info object. |
![]() | queueName()()() | Get Queue name for the queue associated with this info object. (Inherited from UMQQueueInfo.) |

Object | |||
![]() | UMQQueueInfo | ||
![]() | UMQQueueInstanceInfo | ||
![]() | UMQContextEventRegistrationSuccessInfo | ||
![]() | UMQSourceEventAckInfo |