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.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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.

См. также