Akka.Remote.Transport.ActorAssociationEventListener.Notify C# (CSharp) Méthode

Notify() public méthode

Notify the Actor about an IAssociationEvent.
public Notify ( IAssociationEvent ev ) : void
ev IAssociationEvent The message to notify the Actor about
Résultat void
        public void Notify(IAssociationEvent ev)
        {
            Actor.Tell(ev);
        }
    }
ActorAssociationEventListener