Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Handler for when the operation started by a previous call to ServerPostUpdate completed.
public delegate void OnServerLobbyPostUpdateCompletedHandler(Lobby lobby, int result);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| result | Indicates that the update operation Succeeded or provides the reason that it failed. |
See Also
- class Lobby
- class PlayFabMultiplayerServer
- namespace PlayFab.Multiplayer