Class NodeDisconnectedEventArgs
Represents event arguments for Lavalink node disconnection.
Inheritance
System.Object
System.EventArgs
NodeDisconnectedEventArgs
Namespace: DisCatSharp.Lavalink.EventArgs
Assembly: DisCatSharp.Lavalink.dll
Syntax
public sealed class NodeDisconnectedEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceIsCleanClose
Gets whether disconnect was clean.
Declaration
public bool IsCleanClose { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LavalinkNode
Gets the node that was disconnected.
Declaration
public LavalinkNodeConnection LavalinkNode { get; }
Property Value
Type | Description |
---|---|
LavalinkNodeConnection |