ISettingsUnitSynchronizerSynchronizeOnGetAsync - метод

Performs a deep synchronization of a settings unit when it is being retrieved.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
ValueTask<bool?> SynchronizeOnGetAsync(
	SettingsUnitRecord record,
	SettingsUnitDescriptor descriptor,
	IValidationResultBuilder validationResult,
	CancellationToken cancellationToken = default
)

Параметры

record  SettingsUnitRecord
The settings unit record to be synchronized.
descriptor  SettingsUnitDescriptor
The settings unit descriptor to be synchronized.
validationResult  IValidationResultBuilder
Объект, выполняющий построение результата валидации.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

ValueTaskNullableBoolean
If the value is , synchronization was not performed.
If the value is , synchronization completed successfully.
If the value is , an error occurred during synchronization.

См. также