> ## 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.

# PartyNetworkConfigurationMadeAvailableStateChange

> 特定于 *NetworkConfigurationMadeAvailable* 类型状态变更的信息。

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

## 语法

```cpp theme={null}
struct PartyNetworkConfigurationMadeAvailableStateChange : PartyStateChange {  
    PartyNetwork* network;  
    PartyNetworkConfiguration* networkConfiguration;  
}  
```

### 成员

**`network`**   [PartyNetwork](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/partynetwork)\*

网络配置在其上变为可用的网络。

**`networkConfiguration`**   [PartyNetworkConfiguration](/services/playfab/multiplayer/networking/reference/structs/partynetworkconfiguration)\*

新可用的网络配置。

## 要求

**头文件:** Party.h

## 另请参阅

[Party 成员](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyNetwork::GetNetworkConfiguration](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_getnetworkconfiguration)


## Related topics

- [PartyNetwork::GetNetworkConfiguration](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_getnetworkconfiguration.md)
- [Party C/C++ API 概述](/zh-CN/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyStateChangeType](/zh-CN/services/playfab/multiplayer/networking/reference/enums/partystatechangetype.md)
- [PartyRegionUpdateMode](/zh-CN/services/playfab/multiplayer/networking/reference/enums/partyregionupdatemode.md)
- [PartyNetworkConfiguration](/zh-CN/services/playfab/multiplayer/networking/reference/structs/partynetworkconfiguration.md)
