Click or drag to resize

ThreadPool Class

Documentation in progress...
Inheritance Hierarchy

Namespace:  DevelopMentor
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public sealed class ThreadPool : WaitHandle

The ThreadPool type exposes the following members.

Constructors
  NameDescription
Public methodThreadPool
Initializes a new instance of the ThreadPool class.
Top
Properties
  NameDescription
Public propertyAvailableThreads
Gets Documentation in progress...
Public propertyDynamicThreadDecay
Gets or sets Documentation in progress...
Public propertyIsBackground
Gets or sets a value indicating whether Documentation in progress...
Public propertyIsStarted
Gets a value indicating whether Documentation in progress...
Public propertyMaxThreads
Gets or sets Documentation in progress...
Public propertyNewThreadTrigger
Gets or sets Documentation in progress...
Public propertyPriority
Gets or sets Documentation in progress...
Public propertyPropagateCallContext
Gets or sets a value indicating whether Documentation in progress...
Public propertyPropagateCASMarkers
Gets a value indicating whether Documentation in progress...
Public propertyPropagateHttpContext
Gets or sets a value indicating whether Documentation in progress...
Public propertyPropagateThreadPrincipal
Gets or sets a value indicating whether Documentation in progress...
Public propertyRequestQueueLimit
Gets or sets Documentation in progress...
Top
Methods
Events
  NameDescription
Public eventStarted
Documentation in progress...
Public eventStopped
Documentation in progress...
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also