C# Class System.Threading.ThreadPoolGlobals

显示文件 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_oe static_oe property

public static bool tpHosted
return bool

tpQuantum public_oe static_oe property

public static uint tpQuantum
return uint

tpQueue public_oe static_oe property

public static ThreadPoolRequestQueue,System.Threading tpQueue
return ThreadPoolRequestQueue

tpWarmupCount public_oe static_oe property

public static int tpWarmupCount
return int

vmTpInitialized public_oe static_oe property

public static bool vmTpInitialized
return bool