Creates a 'TransactionQueue' object.
Indicates the collection of arrays to be managed in the transaction queue. You must implement the 'IArayCollection' interface.
Readonly
collectionThe collection of targets that the transaction queue will work on.
Readonly
queueList of transactions stored in the queue.
Adds a new transaction task to the queue.
The index of the location in the queue to which you want to add the task.
Destination object to be added to the queue.
Other relevant data, may contain additional information as needed.
Modify the transaction task in the queue.
The index of locations in the queue to be modified.
The object to be modified.
This is a replica of the pre-modification operation.
Other relevant data, may contain additional information as needed.
The 'Transaction Queue' class provides the ability to store and manage transaction tasks in a queue. Queues are used to perform transaction operations on a given collection of 'IArayCollection'.