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

# XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

> XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

# XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

開発サンドボックスでの XBOX Live スロットリングに関するアサートを無効にします。

## 構文

```cpp theme={null}
void XblDisableAssertsForXboxLiveThrottlingInDevSandboxes(  
         XblConfigSetting setting  
)  
```

### パラメーター

*setting*   \_In\_\
型: [XblConfigSetting](/reference/live/xsapi-c/xbox_live_global_c/enums/xblconfigsetting)

渡される構成設定値。

### 戻り値

型: void

この API 操作の HRESULT 戻りコード。

## 解説

アサートは RETAIL サンドボックスでは発生せず、この設定は RETAIL サンドボックスには影響しません。この API を呼び出さず、代わりに呼び出しパターンを調整することがベスト プラクティスですが、ゲーム開発の初期段階で一時的にブロックを解除するための手段として提供されています。

## 要件

**ヘッダー:** xbox\_live\_global\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [XBOX services 呼び出しのベストプラクティス](/ja-jp/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [HCHttpDisableAssertsForSSLValidationInDevSandboxes](/ja-jp/reference/live/httpclient/httpclient/functions/hchttpdisableassertsforsslvalidationindevsandboxes.md)
- [XSystemGetXboxLiveSandboxId](/ja-jp/reference/system/xsystem/functions/xsystemgetxboxlivesandboxid.md)
- [XBOX services サンドボックスの概要](/ja-jp/services/xbox-services/fundamentals/sandboxes/live-setup-sandbox.md)
- [PC サンドボックス スイッチャー (XblPCSandbox.exe)](/ja-jp/tools/tools-services/live-pc-sandbox-switcher.md)
