QuoteClientPingHost Method
|
Estimeate RoundtripTime to host
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic static int PingHost(
string nameOrAddress
)
Public Shared Function PingHost (
nameOrAddress As String
) As Integer
public:
static int PingHost(
String^ nameOrAddress
)
static member PingHost :
nameOrAddress : string -> int
Parameters
- nameOrAddress
- Type: SystemString
Host
Return Value
Type:
Int32RoundtripTime in milliseconds
See Also