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.

C# |
public class UMQIndexAssignedInfo : UMQQueueIndexInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | 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.) |

Object | |||
![]() | UMQQueueInfo | ||
![]() | UMQQueueIndexInfo | ||
![]() | UMQIndexAssignedInfo |