コード例 #1
0
ファイル: BotMain.cs プロジェクト: prom3theu5/devchatterbot
        public void Stop()
        {
            StopLoop();

            _followableSystem.StopHandlingNotifications();

            DisconnectChatClients();
        }
コード例 #2
0
        public void Stop()
        {
            StopLoop();

            _followableSystem.StopHandlingNotifications();

            DisconnectChatClients();

            //todo check if publish messages needs to be cleaned ?
        }
コード例 #3
0
        public async Task Stop()
        {
            _followableSystem.StopHandlingNotifications();

            await DisconnectChatClients();
        }