Skip to main content
All docs
V26.1
  • .NET 8.0+

    ICachedDataStoreServiceAsync.ProcessCookieAsync(DataCacheCookie) Method

    Synchronizes table update information asynchronously with a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

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

    Parameters

    Name Type Description
    cookie DataCacheCookie

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

    Returns

    Type Description
    Task<OperationResult<DataCacheResult>>

    A Task that returns the operation result.

    See Also