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

# PartyRegion

> Represents a Party library region.

Represents a Party library region.

## Syntax

```cpp theme={null}
struct PartyRegion {  
    char regionName[c_maxRegionNameStringLength + 1];  
    uint32_t roundTripLatencyInMilliseconds;  
}  
```

### Members

**`regionName`**   char\[c\_maxRegionNameStringLength + 1]

The name of the Azure region, such as "eastus2".

This name is not localized to the current user's language, and showing the string directly in UI is not recommended outside of troubleshooting.

**`roundTripLatencyInMilliseconds`**   uint32\_t

The round trip latency between the local device and the region's datacenter.

## Requirements

**Header:** Party.h

## See also

[Party members](/services/playfab/multiplayer/networking/reference/party_members)


## Related topics

- [PartyManager::GetRegions](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_getregions.md)
- [Party C/C++ API overview](/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyCreateNewNetworkCompletedStateChange](/services/playfab/multiplayer/networking/reference/structs/partycreatenewnetworkcompletedstatechange.md)
- [PartyManager::CreateNewNetwork](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_createnewnetwork.md)
- [PartyRegionUpdateConfiguration](/services/playfab/multiplayer/networking/reference/structs/partyregionupdateconfiguration.md)
