PercentileCounter Constructor (TimeSpan, TimeSpan, Int64, Int64)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
expiryInterval As TimeSpan, _
granularityInterval As TimeSpan, _
valueGranularity As Long, _
valueMaximum As Long _
)
'Usage
Dim expiryInterval As TimeSpan
Dim granularityInterval As TimeSpan
Dim valueGranularity As Long
Dim valueMaximum As Long
Dim instance As New PercentileCounter(expiryInterval, _
granularityInterval, valueGranularity, _
valueMaximum)
public PercentileCounter(
TimeSpan expiryInterval,
TimeSpan granularityInterval,
long valueGranularity,
long valueMaximum
)
Parameters
- expiryInterval
Type: System.TimeSpan
- granularityInterval
Type: System.TimeSpan
- valueGranularity
Type: System.Int64
- valueMaximum
Type: System.Int64