Click or drag to resize

ManagedThreads Class

Maintains a reference to all managed threads
Inheritance Hierarchy
SystemObject
  GSF.ThreadingManagedThreads

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class ManagedThreads
View Source

The ManagedThreads type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberActiveThreadStatus Returns a descriptive status of all queued and active mananged threads
Public propertyStatic memberQueuedThreads Returns a copy of the currently queued and active threads
Top
Methods
 NameDescription
Public methodStatic memberCancel Removes a queued thread from thread pool if still queued, if allowAbort is True aborts the thread if executing (standard or queued)
Top
See Also