| ActorAssociationEventListener Constructor |
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ActorAssociationEventListener(
IActorRef actor
)
new :
actor : IActorRef -> ActorAssociationEventListener
Parameters
- actor
- Type: Akka.ActorIActorRef
The Actor to notify about IAssociationEvent messages.
See Also