Click or drag to resize

HostGetServerStatistics Method (String)

[AlphaFS] Retrieves ServerStatisticsInfo operating statistics for the Server service from the specified host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static ServerStatisticsInfo GetServerStatistics(
	string hostName
)

Parameters

hostName
Type: SystemString
The DNS or NetBIOS name of the local or remote host to retrieve statistics from.

Return Value

Type: ServerStatisticsInfo
A ServerStatisticsInfo instance.
Exceptions
ExceptionCondition
NetworkInformationException
See Also