Search Results for

    Show / Hide Table of Contents

    Class HeartbeatEventArgs

    Represents arguments for Heartbeated event.

    Inheritance
    Object
    KuracordEventArgs
    HeartbeatEventArgs
    Namespace: KSharpPlus.EventArgs
    Assembly: KSharpPlus.dll
    Syntax
    public class HeartbeatEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    Ping

    Gets the round-trip time of the heartbeat.

    Declaration
    public int Ping { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Timestamp

    Gets the timestamp of the heartbeat.

    Declaration
    public DateTimeOffset Timestamp { get; }
    Property Value
    Type Description
    DateTimeOffset
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors