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