C# Класс helpmebot6.Commands.Afcbacklog

Returns the number of articles currently waiting at Articles for Creation
Наследование: helpmebot6.Commands.Categorysize
Показать файл Открыть проект

Открытые методы

Метод Описание
Afcbacklog ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot

Initialises a new instance of the Afccount class.

Защищенные методы

Метод Описание
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

Описание методов

Afcbacklog() публичный Метод

Initialises a new instance of the Afccount class.
public Afcbacklog ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
Результат Helpmebot

ExecuteCommand() защищенный Метод

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
Результат Helpmebot.CommandResponseHandler