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

C# |
public class UMQContextEventRegistrationCompleteInfo : UMQQueueInfo

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

Object | ||
![]() | UMQQueueInfo | |
![]() | UMQContextEventRegistrationCompleteInfo |