C# Class System.Threading.ThreadPoolGlobals

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
tpHosted bool
tpQuantum uint
tpQueue ThreadPoolRequestQueue
tpWarmupCount int
vmTpInitialized bool

Private Methods

Method Description
GetProcessorCount ( ) : int

Property Details

tpHosted public static property

public static bool tpHosted
return bool

tpQuantum public static property

public static uint tpQuantum
return uint

tpQueue public static property

public static ThreadPoolRequestQueue,System.Threading tpQueue
return ThreadPoolRequestQueue

tpWarmupCount public static property

public static int tpWarmupCount
return int

vmTpInitialized public static property

public static bool vmTpInitialized
return bool