Click or drag to resize

ServiceStatsList Constructor (ListServiceStats)

Constructs a new ServiceStatsList instance with list.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public ServiceStatsList(
	List<ServiceStats> stats
)

Parameters

stats
Type: System.Collections.GenericListServiceStats
The list of service statistics (can be null).
See Also