Table of Contents

Method ExecuteAsync

Namespace
DisCatSharp.CommandsNext
Assembly
DisCatSharp.CommandsNext.dll

ExecuteAsync(CommandContext)

Executes this command with specified context.

public virtual Task<CommandResult> ExecuteAsync(CommandContext ctx)

Parameters

ctx CommandContext

Context to execute the command in.

Returns

Task<CommandResult>

Command's execution results.