In The Hand LtdIn The Hand
Ping Method (address, timeout)
NamespacesInTheHand.VisualBasic.DevicesNetworkPing(Uri, Int32)
.NET Components for Mobility
Pings the specified server.
Declaration Syntax
C#Visual Basic
public bool Ping(
	Uri address,
	int timeout
)
Public Function Ping ( _
	address As Uri, _
	timeout As Integer _
) As Boolean
Parameters
address (Uri)
Uri. The URI of the server to ping. Required.
timeout (Int32)
Int32. Time threshold in milliseconds for contacting the destination. Default is 500. Required.
Return Value
Boolean indicating whether or not the operation was successful.
Remarks

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0