C# Class GSF.Diagnostics.ThreadPoolMonitor

This class will monitor the performance of the ThreadPool and report any indications of system stress.
Show file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Initialize ( ) : void

Initializes the static constructor

Private Methods

Method Description
LoadingAdjustedTimestamp_OnHighLoad ( ) : void
MonitorThreads ( ) : void
ThreadPoolMonitor ( ) : System.Collections.Generic

Method Details

Initialize() public static method

Initializes the static constructor
public static Initialize ( ) : void
return void