Table of Contents

Interface IGatewayEventHandler<T>

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface IGatewayEventHandler<T> : IGatewayEventHandlerBase

Type Parameters

T
Inherited Members

Methods

HandleAsync(T)

Handles the event.

ValueTask HandleAsync(T arg)

Parameters

arg T

The event argument.

Returns

ValueTask

A ValueTask that represents the asynchronous operation.