Skip to main content

IDocumentPersistentStorageAsync.ReleaseAsync(String) Method

Asynchronous operation that removes the specified item from storage.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task ReleaseAsync(
    string id
)

Parameters

Name Type Description
id String

A storage item string identifier.

Returns

Type Description
Task

A task that disposes of the specified document storage item.

See Also