PerfmonInstanceCountersFind Method |
Searchs the collection for a specific element and returns the first match
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PerfmonInstanceCounter Find(
string index,
PerfmonInstanceCounterFindType findType
)
Public Function Find (
index As String,
findType As PerfmonInstanceCounterFindType
) As PerfmonInstanceCounter
Parameters
- index
- Type: SystemString
The index (ID, Name) of the object to find. - findType
- Type: NetQuarry.DiagnosticsPerfmonInstanceCounterFindType
The type of search to perform
Return Value
Type:
PerfmonInstanceCounterThe PerfmonInstanceCounter object at the given index.
See Also