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
)
Public Shared Function GetServerStatistics (
hostName As String
) As ServerStatisticsInfo
public:
static ServerStatisticsInfo^ GetServerStatistics(
String^ hostName
)
static member GetServerStatistics :
hostName : string -> ServerStatisticsInfo
Parameters
- hostName
- Type: SystemString
The DNS or NetBIOS name of the local or remote host to retrieve statistics from.
Return Value
Type:
ServerStatisticsInfoA
ServerStatisticsInfo instance.
Exceptions See Also