| ServerChannelGetStatistics Method |
Returns a list with 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 List<ServiceStats> GetStatistics(
string serviceName
)
Public Function GetStatistics (
serviceName As String
) As List(Of ServiceStats)
Parameters
- serviceName
- Type: SystemString
The name of a service (null means all services).
Return Value
Type:
ListServiceStats
A list with statistics of a specific service or all services.
See Also