Skip to main content
All docs
V21.1
.NET Framework 4.5.2+

WebApiDataStoreClient.NotifyDirtyTablesAsync(DataCacheCookie, String[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Parameters

Name Type
cookie DataCacheCookie
dirtyTablesNames String[]

Returns

Type
Task<DataCacheResult>
See Also