PerfmonObjectCountersLoad Method |
Loads the collection of PermonCounterObjects from the database
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IAppContext appContext,
PerfmonObject po
)
Public Sub Load (
appContext As IAppContext,
po As PerfmonObject
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The current IAppContext object. - po
- Type: NetQuarry.DiagnosticsPerfmonObject
The page of the object to load.
See Also