Table of Contents

Interface IApplicationCommandResultHandler<TContext>

Namespace
NetCord.Hosting.Services.ApplicationCommands
Assembly
NetCord.Hosting.Services.dll
public interface IApplicationCommandResultHandler<TContext> where TContext : IApplicationCommandContext

Type Parameters

TContext

Methods

HandleResultAsync(IExecutionResult, TContext, GatewayClient?, ILogger, IServiceProvider)

ValueTask HandleResultAsync(IExecutionResult result, TContext context, GatewayClient? client, ILogger logger, IServiceProvider services)

Parameters

result IExecutionResult
context TContext
client GatewayClient
logger ILogger
services IServiceProvider

Returns

ValueTask