IPropertyTValueSet |
Sets the given value and asynchronously updates the object this property belongs to
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
Task SetValueAndUpdateAsync( TValue newValue, CancellationToken cancellationToken = default )
Parameters
- newValue TValue
- The new value to be set
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskThe result of the operation
See Also