IPropertyTValueSetValueAndUpdateAsync Method

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

Task
The result of the operation
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next