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.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
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