Table of Contents

Interface IDisconnectShardedGatewayHandler

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

Methods

HandleAsync(GatewayClient, DisconnectEventArgs)

ValueTask HandleAsync(GatewayClient client, DisconnectEventArgs arg)

Parameters

client GatewayClient
arg DisconnectEventArgs

Returns

ValueTask