Table of Contents

Method ReconnectFailedAsync

Namespace
DSharpPlus.Net.Gateway
Assembly
DSharpPlus.dll

ReconnectFailedAsync(IGatewayClient)

Called when a reconnecting attempt definitively failed and DSharpPlus can no longer reconnect on its own.

Task ReconnectFailedAsync(IGatewayClient client)

Parameters

client IGatewayClient

The gateway client reconnection was requested from.

Returns

Task