Table of Contents

Interface IHttpInteractionHandlerInvoker

Namespace
NetCord.Hosting.AspNetCore
Assembly
NetCord.Hosting.AspNetCore.dll
public interface IHttpInteractionHandlerInvoker

Methods

InvokeAsync(Interaction)

Invokes the appropriate handler for a parsed HTTP interaction.

ValueTask InvokeAsync(Interaction interaction)

Parameters

interaction Interaction

The parsed interaction to be handled.

Returns

ValueTask

A Task representing the asynchronous operation.