logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardClearedSignal

    Broadcast whenever a leaderboard board is cleared.

    Inheritance
    object
    LeaderboardClearedSignal
    Namespace: Serenity.Leaderboard.Application.Events
    Assembly: Serenity.Leaderboard.Application.dll
    Syntax
    public class LeaderboardClearedSignal : EventDispatcherSignal

    Constructors

    LeaderboardClearedSignal()

    Initializes a new instance of the LeaderboardClearedSignal class.

    Declaration
    public LeaderboardClearedSignal()

    LeaderboardClearedSignal(BoardId)

    Initializes a new instance of the LeaderboardClearedSignal class.

    Declaration
    public LeaderboardClearedSignal(BoardId board)
    Parameters
    Type Name Description
    BoardId board

    The board that was cleared.

    Fields

    Board

    Declaration
    public readonly BoardId Board
    Field Value
    Type Description
    BoardId

    The board that was cleared.

    Methods

    ToString()

    Returns a string representation of the event.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved