LBM .Net API Documentation
UMQQueueInstanceInfo Class
Namespacescom.latencybusters.lbmUMQQueueInstanceInfo
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).
Declaration Syntax
C#
public class UMQQueueInstanceInfo : UMQQueueInfo
Members
All MembersConstructorsMethods



IconMemberDescription
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.)
Inheritance Hierarchy

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0