WebApiDataStoreClient.NotifyDirtyTablesAsync(CancellationToken, DataCacheCookie, String[]) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Task<DataCacheResult> NotifyDirtyTablesAsync(
CancellationToken cancellationToken,
DataCacheCookie cookie,
params string[] dirtyTablesNames
)
#Parameters
Name | Type |
---|---|
cancellation |
Cancellation |
cookie | Data |
dirty |
String[] |
#Returns
Type |
---|
Task<Data |
See Also