Akka.Remote.EndpointActor.PublishDisassociated C# (CSharp) Méthode

PublishDisassociated() protected méthode

protected PublishDisassociated ( ) : void
Résultat void
        protected void PublishDisassociated()
        {
            TryPublish(new DisassociatedEvent(LocalAddress, RemoteAddress, Inbound));
        }