Table of Contents

Interface ICloseShardedGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface ICloseShardedGatewayHandler : IShardedGatewayHandler

Methods

HandleAsync(GatewayClient)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

Returns

ValueTask