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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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