Namespace: DeltaEngine.NetworkingAssembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
void Connect(
string targetAddress,
int targetPort,
Action optionalTimedOut = null
)
void Connect(
string targetAddress,
int targetPort,
Action optionalTimedOut = null
)
Sub Connect (
targetAddress As String,
targetPort As Integer,
Optional optionalTimedOut As Action = Nothing
)
Sub Connect (
targetAddress As String,
targetPort As Integer,
Optional optionalTimedOut As Action = Nothing
)
void Connect(
String^ targetAddress,
int targetPort,
Action^ optionalTimedOut = nullptr
)
void Connect(
String^ targetAddress,
int targetPort,
Action^ optionalTimedOut = nullptr
)
abstract Connect :
targetAddress : string *
targetPort : int *
?optionalTimedOut : Action
(* Defaults:
let _optionalTimedOut = defaultArg optionalTimedOut null
*)
-> unit
abstract Connect :
targetAddress : string *
targetPort : int *
?optionalTimedOut : Action
(* Defaults:
let _optionalTimedOut = defaultArg optionalTimedOut null
*)
-> unit