LBM .Net API Documentation
UMQSourceEventAckInfo Constructor (flags, queueId, queue, index, queueInstance, msgId, firstSequenceNumber, lastSequenceNumber, clientObject)
Namespacescom.latencybusters.lbmUMQSourceEventAckInfoUMQSourceEventAckInfo(Int32, Int64, String, Int64, String, UMQMessageId, UInt32, UInt32, Object)
Creates a UMQSourceEventAckInfo object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQSourceEventAckInfo(
	int flags,
	long queueId,
	string queue,
	long index,
	string queueInstance,
	UMQMessageId msgId,
	uint firstSequenceNumber,
	uint lastSequenceNumber,
	Object clientObject
)
Parameters
flags (Int32)
Informational flags.
queueId (Int64)
Queue Id of the queue.
queue (String)
The name of the queue the receiver registered with.
index (Int64)
The index of the instance of the queue.
queueInstance (String)
The instance of the queue.
msgId (UMQMessageId)
The registration Id of the source context where the message being acknowledged originated.
firstSequenceNumber (UInt32)
The sequence number of the first fragment associated with the acknowledgment message.
lastSequenceNumber (UInt32)
The sequence number of the last fragment associated with the acknowledgment message.
clientObject (Object)
The client object associated with the acknowledgment message.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0