register_component_async_finish


Description:

public bool register_component_async_finish (AsyncResult res) throws Error

Finishes an operation started with register_component_async.

Parameters:

this

An Bus.

res

A AsyncResult obtained from the TaskReadyCallback passed to register_component_async.

Returns:

true if the "RegisterComponent" call is suceeded, false otherwise.