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.

notice

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