Click or drag to resize

PerfmonObjectsClone Method

The Clone method creates a copy of this PerfmonObjects collection.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PerfmonObjects Clone(
	IAppContext appContext
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context object. Note that this must be a live application context object as it stays connected to this object for the life of the object.

Return Value

Type: PerfmonObjects
Returns the clone of the copied PerfmonObjects collection.
See Also