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.275-beta+0199f33448f02143c26eb94d77293bb9443152f1
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