Click or drag to resize
ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyUpdateAndTryGetItem 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(
	TPrimaryKey key,
	out TData item
)

Parameters

key
Type: TPrimaryKey
PK
item
Type: TData
Output data

Return Value

Type: Boolean
True if item was found
See Also