Akka.Remote.Transport.ActorHandleEventListener.ActorHandleEventListener C# (CSharp) Method

ActorHandleEventListener() public method

Initializes a new instance of the ActorHandleEventListener class.
public ActorHandleEventListener ( IActorRef actor ) : System
actor IActorRef The Actor to notify about messages.
return System
        public ActorHandleEventListener(IActorRef actor)
        {
            Actor = actor;
        }
ActorHandleEventListener