SettingsUnitCachePayload(SettingsUnitKey, Boolean) - конструктор
Initializes a new instance of the class for resetting a specific settings unit in the cache.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public SettingsUnitCachePayload(
SettingsUnitKey key,
bool cascade
)
Public Sub New (
key As SettingsUnitKey,
cascade As Boolean
)
public:
SettingsUnitCachePayload(
SettingsUnitKey^ key,
bool cascade
)
new :
key : SettingsUnitKey *
cascade : bool -> SettingsUnitCachePayload
Параметры
- 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.