Click or drag to resize
Akka.NETTcpMessageBind Method (IActorRef, EndPoint, Int32)
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static TcpCommand Bind(
	IActorRef handler,
	EndPoint endpoint,
	int backlog
)

Parameters

handler
Type: Akka.ActorIActorRef
TBD
endpoint
Type: System.NetEndPoint
TBD
backlog
Type: SystemInt32
TBD

Return Value

Type: TcpCommand
TBD
See Also