Consume Method

BerkeleyDB

Overload List

  NameDescription
Consume(Boolean)
Return the record number and data from the available record closest to the head of the queue, and delete the record.
Consume(Boolean, Transaction)
Return the record number and data from the available record closest to the head of the queue, and delete the record.
Consume(Boolean, Transaction, LockingInfo)
Return the record number and data from the available record closest to the head of the queue, and delete the record.

See Also