Class DenyCommand
[Command("deny", new string[] { })]
[Priority(-1)]
public sealed class DenyCommand : IExecutableCommand, ICommand
- Inheritance
-
DenyCommand
- Implements
- Inherited Members
Properties
Context
The context used to execute the command.
public required CommandContext Context { get; init; }
Property Value
Methods
ExecuteAsync(CancellationToken)
Actually execute the command.
public UniTask ExecuteAsync(CancellationToken token)
Parameters
tokenCancellationToken
Returns
- UniTask