Table of Contents

Interface IShardedGatewayEventHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface IShardedGatewayEventHandler : IShardedGatewayEventHandlerBase
Inherited Members

Methods

HandleAsync(GatewayClient)

Handles the event.

ValueTask HandleAsync(GatewayClient client)

Parameters

client GatewayClient

The GatewayClient that represents the shard that received the event.

Returns

ValueTask

A ValueTask that represents the asynchronous operation.