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

MSSql2005SqlDependencyCacheRoot.ProcessCookie(DataCacheCookie) Method

Synchronizes table update information with a cached data store‘s Root element.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v20.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public 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