| BrainCloudServiceClientFile_CancelUpload Method |
[This is preliminary documentation and is subject to change.]
Method cancels an upload. If an IFileUploadCallback has been registered with the BrainCloudClient class,
the fileUploadFailed callback method will be called once the upload has been canceled.
NOTE: The upload will still continue in the background on versions of Unity before 5.3
and 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 File_CancelUpload(
string uploadId,
int clientIndex
)
Parameters
- uploadId
- Type: SystemString
Upload ID of the file to cancel - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
See Also