A5Queueing::QueueItem Class

Description

Item that is Enqueued or Dequeued from a Queue object.

Properties

BodyCharacter

Body of the queue item.

Methods

ExtendTimeout Method

Extend the Timeout for the item if the feature is available for the queue. This gives the process that dequeued the item more time to process the item.

RescheduleItem Method

Reschedule a Item so that it can be handled later (or by another process).

WorkCompleted Method

Indicates that Work was Completed for the item (will cause the item to be removed from the queue).

See Also