Operation will call the method of the ProxyMethodBackendInterface
to propagate the call to the binding.
Syntax
template<…>
void Return amsr::socal::methods::MethodParameters<…>::ProxyMethod<…>::operator()(ArgsT... args)
Parameters
in | args | The parameters of this method call. |
Returns
A future object that can be used to query the method response. In polling runtime processing mode, it is not allowed to register a Future::then() callback on the returned future object.
Thread-safety, Reentrance, Result Delivery
- Threadsafe : TRUE for same class instance, TRUE for different instances
- Reentrant : FALSE for same class instance, TRUE for different instances
- Synchronous : FALSE