SettingsUnitHistoryManagerReportActionAsync - метод

Reports action related to a settings unit.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public Task ReportActionAsync(
	ActionType actionType,
	SettingsUnitKey key,
	string digest,
	Dictionary<string, Object?>? data = null
)

Параметры

actionType  ActionType
Тип действия с карточкой для записи в историю действий.
key  SettingsUnitKey
Key for identifying a settings unit or fragment.
digest  String
Digest string for a specific settings unit or category.
data  DictionaryString, Object  (Optional)
Optional dictionary of additional contextual data to be associated with the action. Can contain any key-value pairs relevant for diagnostics or auditing.

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

Task
Represents an asynchronous operation.

Реализации

ISettingsUnitHistoryManagerReportActionAsync(ActionType, SettingsUnitKey, String, DictionaryString, Object)

См. также