 | 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)
Syntaxpublic void ClearStatistics(
string serviceName
)
Public Sub ClearStatistics (
serviceName As String
)
Parameters
- serviceName
- Type: SystemString
The name of a service (null means all services).
Exceptions
See Also