Click or drag to resize

HostGetWorkstationStatistics Method (String)

[AlphaFS] Retrieves WorkstationStatisticsInfo operating statistics for the Workstation service from the specified host.

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

Parameters

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

Return Value

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