Method ReconnectAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
ReconnectAsync(bool)
Reconnects to the gateway.
public Task ReconnectAsync(bool startNewSession = true)
Parameters
startNewSession
boolWhether to start a new session.
Reconnects to the gateway.
public Task ReconnectAsync(bool startNewSession = true)
startNewSession
boolWhether to start a new session.