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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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