Table of Contents

Interface IDisconnectShardedGatewayHandler

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

Methods

HandleAsync(GatewayClient, DisconnectEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, DisconnectEventArgs arg)

Parameters

client GatewayClient

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

arg DisconnectEventArgs

The event argument.

Returns

ValueTask