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.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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