SettingsUnitLockingStrategyReleaseReaderLockAsync - метод
Releases the read lock for the settings unit.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public Task<bool> ReleaseReaderLockAsync(
SettingsUnitKey key,
IValidationResultBuilder validationResult
)
Public Function ReleaseReaderLockAsync (
key As SettingsUnitKey,
validationResult As IValidationResultBuilder
) As Task(Of Boolean)
public:
virtual Task<bool>^ ReleaseReaderLockAsync(
SettingsUnitKey^ key,
IValidationResultBuilder^ validationResult
) sealed
abstract ReleaseReaderLockAsync :
key : SettingsUnitKey *
validationResult : IValidationResultBuilder -> Task<bool>
override ReleaseReaderLockAsync :
key : SettingsUnitKey *
validationResult : IValidationResultBuilder -> Task<bool>
- 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)