Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Handler for when the operation started by a previous call to ClaimServerLobby completed.
public delegate void OnServerLobbyClaimCompletedHandler(Lobby lobby, string lobbyId, int result);
| parameter | description |
|---|---|
| lobby | The lobby that was claimed. |
| lobbyId | The ID of the Lobby to claim. |
| result | Indicates that the ClaimServerLobby operation Succeeded or provides the reason that it failed. |
See Also
- class Lobby
- class PlayFabMultiplayerServer
- namespace PlayFab.Multiplayer