Search Results for

    Show / Hide Table of Contents

    Interface IMorpheoServer

    Defines the contract for the embedded Morpheo server.

    Namespace: Morpheo.Core.Server
    Assembly: Morpheo.Core.dll
    Syntax
    public interface IMorpheoServer

    Methods

    | Edit this page View Source

    StartAsync(CancellationToken)

    Starts the server asynchronously.

    Declaration
    Task StartAsync(CancellationToken ct)
    Parameters
    Type Name Description
    CancellationToken ct

    Cancellation token.

    Returns
    Type Description
    Task
    | Edit this page View Source

    StopAsync(CancellationToken)

    Stops the server asynchronously.

    Declaration
    Task StopAsync(CancellationToken ct)
    Parameters
    Type Name Description
    CancellationToken ct

    Cancellation token.

    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10