Search Results for

    Show / Hide Table of Contents

    Class ServerReadyEvent

    Gets dispatched when the server has fully started up.

    Inheritance
    System.Object
    Event
    ServerReadyEvent
    Inherited Members
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Server
    Assembly: OpenAPI.dll
    Syntax
    public class ServerReadyEvent : Event

    Constructors

    | Improve this Doc View Source

    ServerReadyEvent(OpenServer)

    Declaration
    public ServerReadyEvent(OpenServer server)
    Parameters
    Type Name Description
    OpenServer server

    Properties

    | Improve this Doc View Source

    Server

    The server instance that started up

    Declaration
    public OpenServer Server { get; }
    Property Value
    Type Description
    OpenServer
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX