 | ServerChannelDefineHistogram Method |
Defines the execution histogram of a specific service or all
services.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void DefineHistogram(
int intervals,
int lowerLimit,
int upperLimit,
string serviceName
)
Public Sub DefineHistogram (
intervals As Integer,
lowerLimit As Integer,
upperLimit As Integer,
serviceName As String
)
Parameters
- intervals
- Type: SystemInt32
The number of intervals of the execution histogram.
- lowerLimit
- Type: SystemInt32
The lower limit of the histogram (milliseconds).
- upperLimit
- Type: SystemInt32
The upper limit of the histogram (milliseconds).
- serviceName
- Type: SystemString
The name of a service (null means all services).
Exceptions
See Also