Click or drag to resize

RequeueReason Enumeration

Enumeration of possible requeue reasons.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.270-beta+73d44452c0321b5b5cc4994cc16714f5eed2777e
Syntax
public enum RequeueReason
Members
Member nameValueDescription
CannotProcess0 Requeuing item since it cannot be processed at this time.
Exception1 Requeuing item due to an exception.
Timeout2 Requeing item due to timeout.
See Also