Click or drag to resize
Akka.NETTcpMessageBind Method (IActorRef, EndPoint, Int32, IEnumerableInetSocketOption, Boolean)
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,
	IEnumerable<InetSocketOption> options,
	bool pullMode
)

Parameters

handler
Type: Akka.ActorIActorRef
TBD
endpoint
Type: System.NetEndPoint
TBD
backlog
Type: SystemInt32
TBD
options
Type: System.Collections.GenericIEnumerableInetSocketOption
TBD
pullMode
Type: SystemBoolean
TBD

Return Value

Type: TcpCommand
TBD
See Also