Interface IMultiplayFleetsApi
Represents a collection of functions to interact with the API endpoints
Namespace: Unity.Services.Apis.Multiplay
Assembly: solution.dll
Syntax
public interface IMultiplayFleetsApi : IApiAccessor
Methods
ListFleetQoSRegions(string, CancellationToken)
List fleet qos regions
Declaration
ApiOperation<List<FleetRegion>> ListFleetQoSRegions(string fleetId, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | fleetId | ID of the fleet |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<List<FleetRegion>> | The operation |