Hello,<br><br>
I am implementing an asynchronous method through DBus, which will<br>
download files over-the-network. This async method say &#39;StartDownload&#39;<br>
will be exposed via DBus. During the process of download, client may<br>
wish to cancel the download, say using &#39;CancelDownload&#39; method. This<br>
means, while I am executing StartDownload method, if I get<br>
&#39;CancelDownload&#39; request, I need to handle &#39;CancelDownload&#39; request<br>
first.<br>
<br>
In order to implement this functionality, I need to have a provision of<br>
checking the pending methods calls initiated by client via DBus. Does<br>
DBus provides any API&#39;s which queries pending method calls?<br>
<br>
Any help would be appreciated much. Thank you.<br>
<br>
Best Regards,<br>
-Nayan