> ## 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](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunitysenddatamessage.md)
- [PlayFabMultiplayerManager.Get().SendChatMessage](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/partyunitysendchatmessage.md)
- [PlayFab Party Unity SDK](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/index.md)
- [PartyMessageReceivedOptions](/ko/services/playfab/multiplayer/networking/reference/enums/partymessagereceivedoptions.md)
- [Intelligent Delivery](/ko/build/core-features/common/packaging/overviews/intelligentdelivery.md)
