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

# PartyLocalEndpoint

> 表示本地终结点。

表示本地终结点。

## Syntax

```cpp theme={null}
class PartyLocalEndpoint : public PartyEndpoint  
```

## Public Methods

| Name                                                                                                                                                    | Description                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
| [GetLocalUser](/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_getlocaluser)                   | 获取与此本地终结点关联的本地用户。                       |
| [SendMessage](/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_sendmessage)                     | 向网络中的其他终结点发送消息。                         |
| [FlushMessages](/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_flushmessages)                 | 强制从此本地终结点发送到指定终结点的所有排队消息尽快发送，无论其合并设置如何。 |
| [GetEndpointStatistics](/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_getendpointstatistics) | 获取指定目标终结点的一个或多个统计计数器值。                  |

## Requirements

**Header:** Party.h

## See also

[Party 成员](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyEndpoint](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/partyendpoint)\
[PartyEndpoint::GetLocal](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getlocal)


## Related topics

- [PartyLocalEndpoint::SendMessage](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_sendmessage.md)
- [PartyLocalEndpoint::GetEndpointStatistics](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_getendpointstatistics.md)
- [PartyLocalEndpoint::FlushMessages](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_flushmessages.md)
- [PartyLocalEndpoint::GetLocalUser](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_getlocaluser.md)
- [PartyEndpoint::GetLocal](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getlocal.md)
