ISettingsUnitHistoryManagerReportActionAsync - метод

Reports action related to a settings unit.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
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.

См. также