docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method StartServerQueryHandlerAsync

    StartServerQueryHandlerAsync(ushort, string, string, string, string)

    Starts the server query handler. The handler provides the Multiplay Service with information about this server.

    Declaration
    Task<IServerQueryHandler> StartServerQueryHandlerAsync(ushort maxPlayers, string serverName, string gameType, string buildId, string map)
    Parameters
    Type Name Description
    ushort maxPlayers

    The max players for this server.

    string serverName

    The name of this server.

    string gameType

    The game type of this server.

    string buildId

    The build ID of this server.

    string map

    The map of this server.

    Returns
    Type Description
    Task<IServerQueryHandler>

    A task returning a manager for changing the current response.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)