Compartir a través de


PerformanceCounterMemoryMappedFile.FindCategory Method

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Function FindCategory ( _
    categoryName As String _
) As CategoryEntry
'Usage
Dim instance As PerformanceCounterMemoryMappedFile
Dim categoryName As String
Dim returnValue As CategoryEntry

returnValue = instance.FindCategory(categoryName)
public CategoryEntry FindCategory(
    string categoryName
)

Parameters