Click or drag to resize

ProcessQueueTProcessTimeout Property

Gets or sets the maximum time, in milliseconds, allowed for processing an item.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
public virtual int ProcessTimeout { get; set; }
View Source

Property Value

Int32
Sets the maximum number of milliseconds allowed to process an item.

Return Value

Int32
The maximum number of milliseconds allowed to process an item.
Remarks
Set to Timeout.Infinite (i.e., -1) to allow processing to take as long as needed.
See Also