| RuyiNetUserFileServiceCancelUpload Method |
[This is preliminary documentation and is subject to change.]
Cancels an upload.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void CancelUpload(
int index,
string uploadId
)
Parameters
- index
- Type: SystemInt32
The index of user - uploadId
- Type: SystemString
The ID of the upload.
See Also