| ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyUpdateAndTryGetItem Method  | 
            Invalidates cache and then tries to get item.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic bool UpdateAndTryGetItem(
	TPrimaryKey key,
	out TData item
)
Parameters
- key
 - Type: TPrimaryKey
PK - item
 - Type: TData
Output data 
Return Value
Type: 
BooleanTrue if item was found
See Also