Click or drag to resize
ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyGetLatestData Method
Gets data from cache (if item in cache with key made from changedSince exists). Otherwise it gets items from fetchChangedDataFunc. This function returns only data changed after changedSince. Null is returned if nothing was found.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ICacheWrapperResponse<TData> GetLatestData(
	DateTime changedSince
)

Parameters

changedSince
Type: SystemDateTime
Data changed after this time will be returned.

Return Value

Type: ICacheWrapperResponseTData
See Also