ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyForceGetItem Method |
Tries to get item from CurrentState. If item wasn't found, current state is reloaded and then it tries again.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax public bool ForceGetItem(
TPrimaryKey key,
out TData item
)
Parameters
- key
- Type: TPrimaryKey
Primary key - item
- Type: TData
Output data
Return Value
Type:
BooleanTrue if item was found
See Also