| TcpMessageConnect Method (EndPoint) |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static TcpCommand Connect(
EndPoint remoteAddress
)
static member Connect :
remoteAddress : EndPoint -> TcpCommand
Parameters
- remoteAddress
- Type: System.NetEndPoint
TBD
Return Value
Type:
TcpCommandTBD
See Also