Request to modify the field value. It's up to the service provider to accept the modification request.
Syntax
template <FieldConfig>
auto amsr::socal::fields::ProxyField<FieldConfig>::Set() ->ara::core::Future<FieldType>
Parameters
in | value | The value for a property. |
Returns
The current field value wrapped in a future object.

Note: 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 : FALSE for same class instance, TRUE for different instances
- Reentrant : FALSE for same class instance, TRUE for different instances
- Synchronous : FALSE