Skip to main content
All docs
V23.2
.NET 6.0+

WebApiDataStoreClient.NotifyDirtyTablesAsync(CancellationToken, DataCacheCookie, String[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Task<DataCacheResult> NotifyDirtyTablesAsync(
    CancellationToken cancellationToken,
    DataCacheCookie cookie,
    params string[] dirtyTablesNames
)

Parameters

Name Type
cancellationToken CancellationToken
cookie DataCacheCookie
dirtyTablesNames String[]

Returns

Type
Task<DataCacheResult>
See Also