Skip to main content
A newer version of this page is available. .

ICacheToCacheCommunicationCore.ProcessCookie(DataCacheCookie) Method

When implemented by a class, synchronizes table update information with a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

DataCacheResult ProcessCookie(
    DataCacheCookie cookie
)

Parameters

Name Type Description
cookie DataCacheCookie

A Root element’s state stored by a specific cache Node.

Returns

Type Description
DataCacheResult

A DataCacheResult object specifying a Root element’s state.

See Also