|
ProcessQueueTProcessTimeout Property
|
Gets or sets the maximum time, in milliseconds, allowed for processing an item.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic virtual int ProcessTimeout { get; set; }Public Overridable Property ProcessTimeout As Integer
Get
Set
public:
virtual property int ProcessTimeout {
int get ();
void set (int value);
}abstract ProcessTimeout : int with get, set
override ProcessTimeout : int with get, set
function get_ProcessTimeout();
function set_ProcessTimeout(value);
View SourceProperty Value
Int32Sets the maximum number of milliseconds allowed to process an item.
Return Value
Int32The maximum number of milliseconds allowed to process an item.
RemarksSet to Timeout.Infinite (i.e., -1) to allow processing to take as long as needed.
See Also