XdccRemove() public méthode

public XdccRemove ( Bot aBot ) : void
aBot XG.Model.Domain.Bot
Résultat void
Exemple #1
0
        void ParserOnUnRequestFromBot(Bot aBot)
        {
            _log.Info("UnRequestFromBot(" + aBot + ")");
            _client.XdccRemove(aBot);

            AddBotToQueue(aBot, Settings.Default.CommandWaitTime);

            FireNotificationAdded(Notification.Types.PacketRemoved, aBot.CurrentQueuedPacket);
        }