Click or drag to resize

PerfmonObjectsAdd Method (PerfmonObject)

Add a PerfmonObject object to the collection.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PerfmonObject Add(
	PerfmonObject po
)

Parameters

po
Type: NetQuarry.DiagnosticsPerfmonObject
The Perfmon to add.

Return Value

Type: PerfmonObject
The PerfmonObject that was added.
See Also