Click or drag to resize
ChatCacheWrapperTDataAddDependency Method
This cache item will be dependent on this cache key.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public void AddDependency(
	string dependencyName
)

Parameters

dependencyName
Type: SystemString
Dependency name
See Also