Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyForceTryGetItem Method
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: 9.0.0
Syntax
C#
public bool ForceTryGetItem(
	TKey key,
	out TData item
)

Parameters

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

Return Value

Type: Boolean
True if item was found
See Also