Base class for UMQ info objects associated with a queue.
This class encapsulates the basic information required for
any UMQ info object that is associated with a queue,
namely the identifying information for the queue (Id and Name)
and a set of flags to indicate other information contained in the object.

C# |
public class UMQQueueInfo

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