Table of Contents

Class NodeDisconnectedEventArgs

Namespace
DSharpPlus.Lavalink.EventArgs
Assembly
DSharpPlus.Lavalink.dll

Represents event arguments for Lavalink node disconnection.

[Obsolete("DSharpPlus.Lavalink is deprecated for removal.", true)]
public sealed class NodeDisconnectedEventArgs : AsyncEventArgs
Inheritance
NodeDisconnectedEventArgs

Properties

IsCleanClose

Gets whether disconnect was clean.

LavalinkNode

Gets the node that was disconnected.