> ## 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 스로틀링에 대한 어설션을 사용하지 않도록 설정합니다.

## Syntax

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

### Parameters

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

전달할 구성 설정 값입니다.

### Return value

Type: void

이 API 작업의 HRESULT 반환 코드입니다.

## Remarks

어설션은 RETAIL 샌드박스에서 발생하지 않으며, 이 설정은 RETAIL 샌드박스에서 아무런 영향을 주지 않습니다. 이 API를 호출하지 않고 호출 패턴을 조정하는 것이 모범 사례이지만, 게임 개발 초기 단계에서 차단을 해제하는 임시적인 방법으로 제공됩니다.

## Requirements

**Header:** xbox\_live\_global\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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


## Related topics

- [XBOX services 호출 모범 사례](/ko/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [HCHttpDisableAssertsForSSLValidationInDevSandboxes](/ko/reference/live/httpclient/httpclient/functions/hchttpdisableassertsforsslvalidationindevsandboxes.md)
- [로그인 및 샌드박스 오류 문제 해결](/ko/services/xbox-services/develop/troubleshooting/live-troubleshoot-sandboxes.md)
- [XBOX services 샌드박스 개요](/ko/services/xbox-services/fundamentals/sandboxes/live-setup-sandbox.md)
- [XSystemGetXboxLiveSandboxId](/ko/reference/system/xsystem/functions/xsystemgetxboxlivesandboxid.md)
