Akka.Remote.EndpointActor.PublishDisassociated C# (CSharp) Method

PublishDisassociated() protected method

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