Akka.Remote.Transport.ActorAssociationEventListener.Notify C# (CSharp) Метод

Notify() публичный Метод

Notify the Actor about an IAssociationEvent.
public Notify ( IAssociationEvent ev ) : void
ev IAssociationEvent The message to notify the Actor about
Результат void
        public void Notify(IAssociationEvent ev)
        {
            Actor.Tell(ev);
        }
    }
ActorAssociationEventListener