Table of Contents

Interface IAsyncCommand

Namespace
Shard.Modding.SDK.Command
Assembly
Shard.Modding.SDK.dll

Command variant whose work remains pending after dispatch starts it.

public interface IAsyncCommand : ICommand
Inherited Members

Methods

ExecuteAsync(CommandContext, CancellationToken)

ValueTask ExecuteAsync(CommandContext context, CancellationToken cancellationToken)

Parameters

context CommandContext
cancellationToken CancellationToken

Returns

ValueTask