|
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.292-beta+ff8619a567cbba310ce07bc35aa2d66c4852a948
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