Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyUpdateAndTryGetItem Method
Invalidates cache and then tries to get item.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public bool UpdateAndTryGetItem(
	TKey key,
	out TData item
)

Parameters

key
Type: TKey
PK
item
Type: TData
Output data

Return Value

Type: Boolean
True if item was found
See Also