Compartir a través de


PerformanceCounterMemoryMappedFile Constructor (String, Boolean)

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

Syntax

'Declaration
Public Sub New ( _
    categoryName As String, _
    writable As Boolean _
)
'Usage
Dim categoryName As String
Dim writable As Boolean

Dim instance As New PerformanceCounterMemoryMappedFile(categoryName, _
    writable)
public PerformanceCounterMemoryMappedFile(
    string categoryName,
    bool writable
)

Parameters