|
ProcessQueueTRequeueModeOnException Property
|
Gets or sets the mode of insertion used (prefix or suffix) when at item is placed back into the
ProcessQueueT after an exception occurs while processing.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic virtual RequeueMode RequeueModeOnException { get; set; }
Public Overridable Property RequeueModeOnException As RequeueMode
Get
Set
abstract RequeueModeOnException : RequeueMode with get, set
override RequeueModeOnException : RequeueMode with get, set
function get_RequeueModeOnException();
function set_RequeueModeOnException(value);
View SourceProperty Value
RequeueMode
RemarksOnly relevant when RequeueOnException = True.
See Also