preload_engines_async
Description:
public async void preload_engines_async (string[] names, int timeout_msec, Cancellable? cancellable)
Start bus components by engine names asynchronously.
Parameters:
this |
An Bus. |
names |
A |
timeout_msec |
The timeout in milliseconds or -1 to use the default timeout. |
cancellable |
A Cancellable or |
callback |
A TaskReadyCallback to call when the request is satisfied or |
user_data |
The data to pass to callback. |