LBM .Net API Documentation
UMQIndexAssignedInfo Class
Namespacescom.latencybusters.lbmUMQIndexAssignedInfo
Class containing information about UMQ index assignment events. This info object is delivered with a UMQ Index Assigned receiver event, containing information identifying the queue, queue instance, and index information associated with the index assigned event.
Declaration Syntax
C#
public class UMQIndexAssignedInfo : UMQQueueIndexInfo
Members
All MembersConstructorsMethods



IconMemberDescription
UMQIndexAssignedInfo(Int32, Int64, String, UMQIndexInfo)
Creates a UMQIndexAssignedInfo object and initializes fields to the supplied values.

flags()()()
Get informational flags for this info object.
(Inherited from UMQQueueInfo.)
indexInfo()()()
Get UMQ index information for this info object.
(Inherited from UMQQueueIndexInfo.)
queueId()()()
Get Queue Id for the queue associated with this info object.
(Inherited from UMQQueueInfo.)
queueName()()()
Get Queue name for the queue associated with this info object.
(Inherited from UMQQueueInfo.)
Inheritance Hierarchy
Object
UMQQueueInfo
 UMQQueueIndexInfo
  UMQIndexAssignedInfo

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0