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

# DeliveryOption

> Unity PlayFab Party SDK の DeliveryOption 列挙型のリファレンス。マルチプレイヤーネットワークメッセージのベストエフォートまたは保証された信頼性を選択します。

メッセージの配信保証の種類です。

## 構文

```csharp theme={null}
public enum DeliveryOption
{
    BestEffort,
    Guaranteed
}
```

## 定数

| **定数**         | **説明**                     |
| -------------- | -------------------------- |
| **BestEffort** | メッセージは信頼性や順序の保証なしに送信されます。  |
| **Guaranteed** | メッセージが正しい順序で到達することが保証されます。 |


## Related topics

- [PlayFabMultiplayerManager.Get().SendDataMessage](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunitysenddatamessage.md)
- [PlayFabMultiplayerManager.Get().SendChatMessage](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/partyunitysendchatmessage.md)
- [PlayFab Party Unity SDK](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/index.md)
- [Intelligent Delivery](/ja-jp/build/core-features/common/packaging/overviews/intelligentdelivery.md)
- [PartyMessageReceivedOptions](/ja-jp/services/playfab/multiplayer/networking/reference/enums/partymessagereceivedoptions.md)
