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

> ローカル エンドポイントを表します。

ローカル エンドポイントを表します。

## 構文

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

## パブリック メソッド

| 名前                                                                                                                                                      | 説明                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [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) | 指定されたターゲット エンドポイントの 1 つ以上の統計カウンター値を取得します。                                              |

## 要件

**ヘッダー:** Party.h

## 関連項目

[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](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_sendmessage.md)
- [PartyLocalEndpoint::GetEndpointStatistics](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_getendpointstatistics.md)
- [PartyLocalEndpoint::FlushMessages](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_flushmessages.md)
- [PartyLocalEndpoint::GetLocalUser](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/methods/partylocalendpoint_getlocaluser.md)
- [PartyEndpoint::GetLocal](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getlocal.md)
