Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Handler for when the operation started by a previous call to JoinLobbyAsServer completed.
public delegate void OnServerLobbyJoinAsServerCompletedHandler(Lobby lobby, int result);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| result | Indicates that the JoinLobbyAsServer operation Succeeded or provides the reason that it failed. |
See Also
- class Lobby
- class PlayFabMultiplayerServer
- namespace PlayFab.Multiplayer