Class containing information about UMQ Registration Success Context Events.
This info object is delivered with a UMQ Registration Success Context Event,
containing information identifying the queue, queue instance, and registration id
associated with the registration success event.

C# |
public class UMQContextEventRegistrationSuccessInfo : UMQQueueInstanceInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | UMQContextEventRegistrationSuccessInfo(Int32, Int64, String, Int64, String, UInt64) | Creates a UMQContextEventRegistrationSuccessInfo 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. (Inherited from UMQQueueInstanceInfo.) |
![]() | queueInstanceName()()() | Gets the name of the queue instance associated with this info object. (Inherited from UMQQueueInstanceInfo.) |
![]() | queueName()()() | Get Queue name for the queue associated with this info object. (Inherited from UMQQueueInfo.) |
![]() | registrationId()()() | Get the registration Id associated with this registration success info object. |

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