SettingsUnitCachePayload(SettingsUnitKey, Boolean) - конструктор

Initializes a new instance of the class for resetting a specific settings unit in the cache.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public SettingsUnitCachePayload(
	SettingsUnitKey key,
	bool cascade
)

Параметры

key  SettingsUnitKey
The unique key of the settings unit being invalidated.
cascade  Boolean
Indicates that unit invalidation should be cascaded across its fragments. This flag is ignored when invalidating a fragment.

См. также