Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[OperationContract(Action = "http://tempuri.org/ICachedDataStoreService/ProcessCookie", ReplyAction = "http://tempuri.org/ICachedDataStoreService/ProcessCookieResponse")]
[XmlSerializerFormat]
OperationResult<DataCacheResult> ProcessCookie(
    DataCacheCookie cookie
)

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