RequeueReason Enumeration

Enumeration of possible requeue reasons.

Definition

Namespace: Gemstone.Threading.Collections
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.138 -- Release Build+45b5271a2dafa59bb75ccbb6019faabf2c5f392a
public enum RequeueReason

Members

CannotProcess0 Requeuing item since it cannot be processed at this time.
Exception1 Requeuing item due to an exception.
Timeout2 Requeuing item due to timeout.

See Also