[This is preliminary documentation and is subject to change.]
Connects to remote host:port with a timeout in milliseconds
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
void Connect(
string host,
int port,
int timeoutMsec
)
void Connect(
string host,
int port,
int timeoutMsec
)
Sub Connect (
host As String,
port As Integer,
timeoutMsec As Integer
)
Sub Connect (
host As String,
port As Integer,
timeoutMsec As Integer
)
void Connect(
String^ host,
int port,
int timeoutMsec
)
void Connect(
String^ host,
int port,
int timeoutMsec
)
abstract Connect :
host : string *
port : int *
timeoutMsec : int -> unit
abstract Connect :
host : string *
port : int *
timeoutMsec : int -> unit