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. |