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