Interface IGameServersService
public interface IGameServersService
Methods
DeleteAsync(ulong)
Task DeleteAsync(ulong uniqueId)
Parameters
uniqueId
ulong
Returns
DeployAsync(GameServerDeployOptions)
Task<GameServerDeployResult> DeployAsync(GameServerDeployOptions deployOptions)
Parameters
deployOptions
GameServerDeployOptions
Returns
GetAsync(ulong)
Task<GameServerData> GetAsync(ulong uniqueId)
Parameters
uniqueId
ulong
Returns
ListAsync(GameServerListOptions)
Task<List<GameServerData>> ListAsync(GameServerListOptions listOptions)
Parameters
listOptions
GameServerListOptions
Returns
MatchAsync(GameServerMatchOptions)
Task<OptionalGameServerData> MatchAsync(GameServerMatchOptions matchOptions)
Parameters
matchOptions
GameServerMatchOptions
Returns
ResumeAsync(ulong)
Task ResumeAsync(ulong uniqueId)
Parameters
uniqueId
ulong
Returns
SuspendAsync(ulong)
Task SuspendAsync(ulong uniqueId)
Parameters
uniqueId
ulong