Edit

Share via


PlayFabMultiplayer.PlayFabMultiplayerServer.OnServerLobbyPostUpdateAsServerCompletedHandler delegate

Handler for when the operation started by a previous call to PostUpdateAsServer completed.

public delegate void OnServerLobbyPostUpdateAsServerCompletedHandler(Lobby lobby, int result);
parameter description
lobby The lobby involved with the operation.
result Indicates that the PostUpdateAsServer operation Succeeded or provides the reason that it failed.

See Also