Search Results for

    Show / Hide Table of Contents

    Class HeartbeatEventArgs

    Represents arguments for Heartbeated event.

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

    Properties

    | Improve this Doc View Source

    Ping

    Gets the round-trip time of the heartbeat.

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

    Timestamp

    Gets the timestamp of the heartbeat.

    Declaration
    public DateTimeOffset Timestamp { get; }
    Property Value
    Type Description
    System.DateTimeOffset

    Extension Methods

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