Click or drag to resize

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
)

Parameters

appContext
Type: NetQuarryIAppContext
The current IAppContext object.
po
Type: NetQuarry.DiagnosticsPerfmonObject
The page of the object to load.
See Also