dbus-sharp
dbus-sharp copied to clipboard
How to deal with method calls that depend on slow running services?
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.