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
IGatewayClientThe gateway client reconnection was requested from.