WorkerThreadPoolInstanceUsesLIFO Property |
Whether the threadpool returned by
Instance uses LIFO,
the default value is false
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool InstanceUsesLIFO { get; set; }
Public Shared Property InstanceUsesLIFO As Boolean
Get
Set
public:
static property bool InstanceUsesLIFO {
bool get ();
void set (bool value);
}
static member InstanceUsesLIFO : bool with get, set
Property Value
Type:
BooleanSee Also