You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
Does dbus-sharp provide functionality of doing method calls where the call will be launched immediately, and a callback will be executed when the method call returns a value.
I am looking for something similar to what GLibDBus provides with dbus_g_proxy_begin_call and dbus_g_proxy_end_call.
The text was updated successfully, but these errors were encountered:
westhoven
changed the title
How to deal method calls that depend on slow running services?
How to deal with method calls that depend on slow running services?
Sep 23, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does dbus-sharp provide functionality of doing method calls where the call will be launched immediately, and a callback will be executed when the method call returns a value.
I am looking for something similar to what GLibDBus provides with dbus_g_proxy_begin_call and dbus_g_proxy_end_call.
The text was updated successfully, but these errors were encountered: