Click or drag to resize

PerfmonObjectsIsTypeOK Method

Verifies the item is a PageInfo object.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: SystemObject
The item whose type should be validated.

Return Value

Type: Boolean
True if the type is acceptable, otherwise false.
See Also