Click or drag to resize
ChatCacheDictionaryWrapperTKey, TValueInvalidateItem Method
Invalidates one item.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public void InvalidateItem(
	TKey id
)

Parameters

id
Type: TKey
Key
See Also