Skip to main content
All docs
V24.2

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

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#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