ShellBrowser .Net Edition
UseLIFO Property
NamespacesJam.ShellWorkerThreadPoolUseLIFO
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
Declaration Syntax
C#Visual BasicVisual C++
public bool UseLIFO { get; set; }
Public Property UseLIFO As Boolean
public:
property bool UseLIFO {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)