Click or drag to resize
Akka.NETActorAssociationEventListener Constructor
Initializes a new instance of the ActorAssociationEventListener class.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorAssociationEventListener(
	IActorRef actor
)

Parameters

actor
Type: Akka.ActorIActorRef
The Actor to notify about IAssociationEvent messages.
See Also