Click or drag to resize

ProcessQueueTRequeueOnTimeout Property

Gets or sets whether or not to automatically place an item back into the ProcessQueueT if the processing times out.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.270-beta+73d44452c0321b5b5cc4994cc16714f5eed2777e
Syntax
public virtual bool RequeueOnTimeout { get; set; }
View Source

Property Value

Boolean
Remarks
Ignored if the ProcessTimeout is set to Timeout.Infinite (i.e., -1).
See Also