PushFrenzy.Server.GameService.OnClose C# (CSharp) Method

OnClose() protected method

protected OnClose ( ) : void
return void
        protected override void OnClose()
        {
            if(connection != null)
                connection.Disconnect();
        }