PerformanceCounterMemoryMappedFile.GetPerformanceCounterSharedMemory Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Function GetPerformanceCounterSharedMemory ( _
categoryName As String _
) As PerformanceCounterMemoryMappedFile
'Usage
Dim categoryName As String
Dim returnValue As PerformanceCounterMemoryMappedFile
returnValue = PerformanceCounterMemoryMappedFile.GetPerformanceCounterSharedMemory(categoryName)
public static PerformanceCounterMemoryMappedFile GetPerformanceCounterSharedMemory(
string categoryName
)
Parameters
- categoryName
Type: System.String
Return Value
Type: Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile