WorkerThreadPoolUseLIFO Property |
If set to False, the oldest work item in the queue will be used a next item. This is the default value.
If set to True, the newest work item in the queue will be used as next work item.
True can be a good setting if the number of work items is large and their order doesn't matter
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool UseLIFO { get; set; }
Public Property UseLIFO As Boolean
Get
Set
public:
property bool UseLIFO {
bool get ();
void set (bool value);
}
member UseLIFO : bool with get, set
Property Value
Type:
BooleanSee Also