Edit

Share via


PlayFabMultiplayer.PlayFabMultiplayerServer.OnServerLobbyCreateAndClaimCompletedHandler delegate

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

public delegate void OnServerLobbyCreateAndClaimCompletedHandler(Lobby lobby, int result);
parameter description
lobby The lobby that was created and claimed.
result Indicates that the CreateAndClaimServerLobby operation Succeeded or provides the reason that it failed.

See Also