Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets if retry is allowed for this HTTP call.
Syntax
HRESULT XblHttpCallRequestSetRetryAllowed(
XblHttpCallHandle call,
bool retryAllowed
)
Parameters
call _In_
Type: XblHttpCallHandle
The handle of the HTTP call. Pass nullptr to set the default for future calls.
retryAllowed _In_
Type: bool
If retry is allowed for this HTTP call.
Return value
Type: HRESULT
Result code for this API operation. Possible values are S_OK, or E_FAIL.
Remarks
Defaults to true. This must be called prior to calling XblHttpCallPerformAsync.
Requirements
Header: http_call_c.h
Library: Microsoft.Xbox.Services.14x.GDK.C.lib