Method ReconnectRequestedAsync
- Namespace
- DSharpPlus.Net.Gateway
- Assembly
- DSharpPlus.dll
ReconnectRequestedAsync(IGatewayClient)
Called when Discord requests a reconnect. This does not imply that DSharpPlus' reconnection attempt failed.
Task ReconnectRequestedAsync(IGatewayClient client)
Parameters
client
IGatewayClientThe gateway client reconnection was requested from.