Compartir a través de


ItemCounter Constructor

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

Syntax

'Declaration
Public Sub New ( _
    current As ExPerformanceCounter, _
    peak As ExPerformanceCounter, _
    total As ExPerformanceCounter _
)
'Usage
Dim current As ExPerformanceCounter
Dim peak As ExPerformanceCounter
Dim total As ExPerformanceCounter

Dim instance As New ItemCounter(current, _
    peak, total)
public ItemCounter(
    ExPerformanceCounter current,
    ExPerformanceCounter peak,
    ExPerformanceCounter total
)

Parameters

  • current
    Type: ExPerformanceCounter
  • peak
    Type: ExPerformanceCounter
  • total
    Type: ExPerformanceCounter