Search Results for

    Show / Hide Table of Contents

    Class NodeDisconnectedEventArgs

    Represents event arguments for Lavalink node disconnection.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    NodeDisconnectedEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.Lavalink.EventArgs
    Assembly: DisCatSharp.Lavalink.dll
    Syntax
    public sealed class NodeDisconnectedEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    IsCleanClose

    Gets whether disconnect was clean.

    Declaration
    public bool IsCleanClose { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LavalinkNode

    Gets the node that was disconnected.

    Declaration
    public LavalinkNodeConnection LavalinkNode { get; }
    Property Value
    Type Description
    LavalinkNodeConnection

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems