Hello,<br><br>
I am implementing an asynchronous method through DBus, which will<br>
download files over-the-network. This async method say 'StartDownload'<br>
will be exposed via DBus. During the process of download, client may<br>
wish to cancel the download, say using 'CancelDownload' method. This<br>
means, while I am executing StartDownload method, if I get<br>
'CancelDownload' request, I need to handle 'CancelDownload' 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's which queries pending method calls?<br>
<br>
Any help would be appreciated much. Thank you.<br>
<br>
Best Regards,<br>
-Nayan