Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Cancels, pause,continue all outstanding requests. #187

Open
mt-lelang opened this issue Oct 23, 2017 · 1 comment
Open

How to Cancels, pause,continue all outstanding requests. #187

mt-lelang opened this issue Oct 23, 2017 · 1 comment

Comments

@mt-lelang
Copy link

I upload file to dropbox. But i want to cancel all the requests like in version1 we have the functions :
/* Cancels all outstanding requests. No callback for those requests will be sent */

  • (void)cancelAllRequests;
@scobbe
Copy link
Contributor

scobbe commented Oct 23, 2017

With the v2 SDK, you should track the task objects yourself, and simply call cancel on all of them. There is no helper function for this, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants