1using System.Threading.Tasks;
20 public override string Name =>
"BuildTime";
31 await ResponseCallback(IoTGateway.Setup.XmppConfiguration.BuildDate +
", " + IoTGateway.Setup.XmppConfiguration.BuildTime,
string.Empty);
37 public override string[]
HelpParagraphs =>
new string[] {
"Returns the date and time when the software the broker is running, was built." };
An administrative command with no parameters.
Returns the date and time when the software the broker is running, was built.
BuildTime()
Returns the date and time when the software the broker is running, was built.
override string Name
Command name
override async Task Execute(ChatState State, string[] Arguments, string OrgMessage, ResponseCallbackHandler ResponseCallback)
Executes the command.
override string[] HelpParagraphs
Markdown description of syntax.
delegate Task< string > ResponseCallbackHandler(string Markdown, string MessageId)
Delegate for response callback handler methods.