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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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