WorkerThreadPoolInstanceUsesLIFO Property |
Whether the threadpool returned by
Instance uses LIFO,
the default value is false
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also