OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Properties | List of all members
OpenSim.Framework.STPInfo Class Reference

Class for delivering SmartThreadPool statistical information More...

Properties

string Name [get, set]
 
STPStartInfo STPStartInfo [get, set]
 
WIGStartInfo WIGStartInfo [get, set]
 
bool IsIdle [get, set]
 
bool IsShuttingDown [get, set]
 
int MaxThreads [get, set]
 
int MinThreads [get, set]
 
int InUseThreads [get, set]
 
int ActiveThreads [get, set]
 
int WaitingCallbacks [get, set]
 
int MaxConcurrentWorkItems [get, set]
 

Detailed Description

Class for delivering SmartThreadPool statistical information

We do it this way so that we do not directly expose STP.

Definition at line 109 of file Util.cs.

Property Documentation

int OpenSim.Framework.STPInfo.ActiveThreads
getset

Definition at line 119 of file Util.cs.

int OpenSim.Framework.STPInfo.InUseThreads
getset

Definition at line 118 of file Util.cs.

bool OpenSim.Framework.STPInfo.IsIdle
getset

Definition at line 114 of file Util.cs.

bool OpenSim.Framework.STPInfo.IsShuttingDown
getset

Definition at line 115 of file Util.cs.

int OpenSim.Framework.STPInfo.MaxConcurrentWorkItems
getset

Definition at line 121 of file Util.cs.

int OpenSim.Framework.STPInfo.MaxThreads
getset

Definition at line 116 of file Util.cs.

int OpenSim.Framework.STPInfo.MinThreads
getset

Definition at line 117 of file Util.cs.

string OpenSim.Framework.STPInfo.Name
getset

Definition at line 111 of file Util.cs.

STPStartInfo OpenSim.Framework.STPInfo.STPStartInfo
getset

Definition at line 112 of file Util.cs.

int OpenSim.Framework.STPInfo.WaitingCallbacks
getset

Definition at line 120 of file Util.cs.

WIGStartInfo OpenSim.Framework.STPInfo.WIGStartInfo
getset

Definition at line 113 of file Util.cs.


The documentation for this class was generated from the following file: