| 
            
              ProcessQueueTRequeueOnTimeout Property
             | 
          
        
        
            Gets or sets whether or not to automatically place an item back into the 
ProcessQueueT if the processing times out.
            
 
        
        Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic virtual bool RequeueOnTimeout { get; set; }Public Overridable Property RequeueOnTimeout As Boolean
	Get
	Set
public:
virtual property bool RequeueOnTimeout {
	bool get ();
	void set (bool value);
}abstract RequeueOnTimeout : bool with get, set
override RequeueOnTimeout : bool with get, set
function get_RequeueOnTimeout();
function set_RequeueOnTimeout(value);
 View SourceProperty Value
Boolean
RemarksIgnored if the ProcessTimeout is set to Timeout.Infinite (i.e., -1).
See Also