Board
Board.Save.BoardSaveGameManager
BoardSaveGameManager.RemovePlayersFromSaveGame(string) Method
Removes players from the specified saved game and returns a value asynchronously indicating whether the operation was successful.
If the saved game is not associated with any active players, the saved game is deleted.
public static System.Threading.Tasks.Task<bool> RemovePlayersFromSaveGame(string saveId);
Parameters
saveId System.String
The unique identifier for the saved game to remove players from.
Returns
System.Threading.Tasks.Task<System.Boolean>
The task object representing the asynchronous operation.
Exceptions
System.ArgumentNullException
saveId is null or empty.