ios - 取消 getdatainbackground 请求 Parse SDK
<p><p><code>getDataInBackground</code>请求超过一定时限是否可以取消?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>查看 <code>cancel</code> 方法,该方法取消当前请求(无论是上传还是下载文件数据)。</p>
<pre><code>- (void)cancel
</code></pre>
<p>基于 <a href="https://www.parse.com/docs/ios/api/Classes/PFFile.html#//api/name/getDataInBackgroundWithBlock%3a" rel="noreferrer noopener nofollow">PFFile Class Reference</a> </p></p>
<p style="font-size: 20px;">关于ios - 取消 getdatainbackground 请求 Parse SDK,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/23746191/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/23746191/
</a>
</p>
页:
[1]