Click or drag to resize

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)
Syntax
public void DefineHistogram(
	int intervals,
	int lowerLimit,
	int upperLimit,
	string serviceName
)

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
ExceptionCondition
ArgumentExceptionserviceName is not defined.
See Also