Akka.Remote.TestKit.Controller.PostStop C# (CSharp) Method

PostStop() protected method

protected PostStop ( ) : void
return void
        protected override void PostStop()
        {
            RemoteConnection.Shutdown(_connection);
        }
    }