ICachedDataStoreService.ProcessCookie(DataCacheCookie) Method
Defines a service operation that, 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.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
cookie | DataCacheCookie | A Root element’s state stored by a specific cache Node. |
Returns
Type | Description |
---|---|
OperationResult<DataCacheResult> | An OperationResult<DataCacheResult> object denoting the operation result. |
See Also