ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyUpdateAndTryGetItem Method |
Invalidates cache and then tries to get item.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax public 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