Click or drag to resize

PerfmonObjectsFind Method

Locates and returns the object by searching through the collection based on the provided PerfmonObjectFindType. Note that the collection's native index is ObjectTypeID.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PerfmonObject Find(
	string id,
	PerfmonObjectFindType findType
)

Parameters

id
Type: SystemString
The ID of the PerfmonObject to find.
findType
Type: NetQuarry.DiagnosticsPerfmonObjectFindType
The type of find to perform, from PerfmonObjectFindType.

Return Value

Type: PerfmonObject
The PerfmonObject, if found, else null.
See Also