UMQ Stability Ack Info class.
This info object is delivered with a source event indicating that
a message is stable (i.e. has been acknowledged by a queue instance).

C# |
public class UMQSourceEventAckInfo : UMQQueueInstanceInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | UMQSourceEventAckInfo(Int32, Int64, String, Int64, String, UMQMessageId, UInt32, UInt32, Object) | Creates a UMQSourceEventAckInfo object and initializes fields to the
supplied values.
|
![]() | clientObject()()() | Get the client-supplied callback object. |
![]() | firstSequenceNumber()()() | Get the sequence number of the first fragment of the message being acknowledged. |
![]() | flags()()() | Get informational flags for this info object. (Inherited from UMQQueueInfo.) |
![]() | lastSequenceNumber()()() | Get the sequence number of the last fragment of the message being acknowledged. |
![]() | messageIdInfo()()() | Get the message Id object identifying the message being acknowledged. |
![]() | 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.) |

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