| BrainCloudServiceClientClient_SetUploadLowTransferRateThreshold Method |
[This is preliminary documentation and is subject to change.]
Sets the low transfer rate threshold of an upload in bytes/sec.
If the transfer rate dips below the given threshold longer
than the specified timeout, the transfer will fail.
By default this is set to 50 bytes/sec. Note that this timeout method
does not work on Unity mobile platforms.
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void Client_SetUploadLowTransferRateThreshold(
int bytesPerSec,
int clientIndex
)
Parameters
- bytesPerSec
- Type: SystemInt32
The low transfer rate threshold in bytes/sec - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
See Also