HostGetWorkstationStatistics Method (String) |
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static WorkstationStatisticsInfo GetWorkstationStatistics(
string hostName
)
Public Shared Function GetWorkstationStatistics (
hostName As String
) As WorkstationStatisticsInfo
public:
static WorkstationStatisticsInfo^ GetWorkstationStatistics(
String^ hostName
)
static member GetWorkstationStatistics :
hostName : string -> WorkstationStatisticsInfo
Parameters
- hostName
- Type: SystemString
The DNS or NetBIOS name of the local or remote host to retrieve statistics from.
Return Value
Type:
WorkstationStatisticsInfoA
WorkstationStatisticsInfo instance.
Exceptions See Also