ChatIncrementalCacheWithCurrentStateWrapper TData, TPrimaryKey  ForceGetItem Method Kentico 8.0 API Reference
Tries to get item from CurrentState. If item wasn't found, current state is reloaded and then it tries again.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

key
Type: TPrimaryKey
Primary key
item
Type: TData 
Output data

Return Value

Type: OnlineBoolean
True if item was found
See Also