SettingsUnitLockingStrategyReleaseReaderLockAsync - метод

Releases the read lock for the settings unit.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public Task<bool> ReleaseReaderLockAsync(
	SettingsUnitKey key,
	IValidationResultBuilder validationResult
)

Параметры

key  SettingsUnitKey
The unique key for identifying a settings unit or fragment for which the lock is being released.
validationResult  IValidationResultBuilder
An object responsible for building the validation result, indicating the reason why the lock could not be released.

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

TaskBoolean
if the lock was successfully released; if an error occurred while releasing the lock.

Реализации

ISettingsUnitLockingStrategyReleaseReaderLockAsync(SettingsUnitKey, IValidationResultBuilder)

См. также