LogicalThreadSchedulerUseBackgroundThreads Property
Gets or sets the flag that determines whether the threads in
the schedulers thread pool should be background threads.
Namespace: Gemstone.Threading.LogicalThreadsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.169 -- Release Build+7697c0e717c25635c63b5dbfba5523a6bec4ec9b
public bool UseBackgroundThreads { get; set; }
Public Property UseBackgroundThreads As Boolean
Get
Set
public:
property bool UseBackgroundThreads {
bool get ();
void set (bool value);
}
function get_UseBackgroundThreads();
function set_UseBackgroundThreads(value);
Property Value
Boolean