Click or drag to resize

NetworkInformationServicePing Method

Retrieves the ping time to the specified host

Namespace:  SanteDB.DisconnectedClient.Net
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public long Ping(
	string hostName
)

Parameters

hostName
Type: SystemString

[Missing <param name="hostName"/> documentation for "M:SanteDB.DisconnectedClient.Net.NetworkInformationService.Ping(System.String)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Net.NetworkInformationService.Ping(System.String)"]

Implements

INetworkInformationServicePing(String)
See Also