ISettingsUnitPluginAfterStoreAsync - метод
A lifecycle hook invoked after the settings unit record has been successfully persisted.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
ValueTask AfterStoreAsync(
SettingsUnitRecord record,
CancellationToken cancellationToken = default
)
Function AfterStoreAsync (
record As SettingsUnitRecord,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask
ValueTask AfterStoreAsync(
SettingsUnitRecord^ record,
CancellationToken cancellationToken = CancellationToken()
)
abstract AfterStoreAsync :
record : SettingsUnitRecord *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask
- record SettingsUnitRecord
- The persisted settings unit record.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
ValueTaskProvides an awaitable result of an asynchronous operation.
Suitable for triggering side effects such as cache invalidation, event publishing, or notification dispatching.