| 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
)
Public Function Ping (
hostName As String
) As Long
public:
virtual long long Ping(
String^ hostName
) sealed
abstract Ping :
hostName : string -> int64
override Ping :
hostName : string -> int64
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