Table of Contents

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 IGatewayClient

The gateway client reconnection was requested from.

Returns

Task