Akka.Interfaced.SlimSocket.Server.TokenChecker.OnConnectionClose C# (CSharp) 메소드

OnConnectionClose() 보호된 메소드

protected OnConnectionClose ( TcpConnection connection, int reason ) : void
connection TcpConnection
reason int
리턴 void
        protected void OnConnectionClose(TcpConnection connection, int reason)
        {
            _self.Tell(PoisonPill.Instance);
        }