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