> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFLobbyServerLeaveLobbyAsServerCompletedStateChange

> ServerLeaveLobbyAsServerCompleted PlayFab 多人游戏状态变更详细信息，在游戏服务器完成离开客户端拥有的大厅时引发。

*ServerLeaveLobbyAsServerCompleted* 类型状态变更的特定信息。

## 语法

```cpp theme={null}
struct PFLobbyServerLeaveLobbyAsServerCompletedStateChange : PFLobbyStateChange {  
    PFLobbyHandle lobby;  
    void* asyncContext;  
}  
```

### 成员

**`lobby`**   PFLobbyHandle\
*must not be null*

提供给与此状态变更相关联的调用的大厅。

**`asyncContext`**   void\*

提供给与此状态变更相关联的调用的异步上下文。

## 要求

**头文件：** PFLobby.h

## 另请参阅

[PFLobby 成员](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/pflobby_members)
