ListenAttempt Constructor

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public ListenAttempt(
	Address boundAddress
)
Public Sub New ( _
	boundAddress As Address _
)
public:
ListenAttempt(
	Address^ boundAddress
)

Parameters

boundAddress
Type: Akka.Actor..::..Address