Method SessionInvalidatedAsync
- Namespace
- DSharpPlus.Net.Gateway
- Assembly
- DSharpPlus.dll
SessionInvalidatedAsync(IGatewayClient)
Called when a session was invalidated and DSharpPlus failed to resume or reconnect.
public Task SessionInvalidatedAsync(IGatewayClient client)
Parameters
client
IGatewayClientThe gateway client reconnection was requested from.