Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Handler for when the operation started by a previous call to PostUpdate completed.
public delegate void OnLobbyPostUpdateCompletedHandler(Lobby lobby, PFEntityKey localUser,
int result);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| localUser | The local user provided to the call associated with this state change. |
| result | Indicates that the update operation Succeeded or provides the reason that it failed. |
See Also
- class Lobby
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer