Click or drag to resize

ServerChannelClearStatistics Method

Clears the statistics 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 ClearStatistics(
	string serviceName
)

Parameters

serviceName
Type: SystemString
The name of a service (null means all services).
Exceptions
ExceptionCondition
ArgumentExceptionserviceName is not defined.
See Also