Skip to main content

ReportServiceClient.GetExportStatusAsync(ExportId, Object) Method

Starts obtaining document export status (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void GetExportStatusAsync(
    ExportId exportId,
    object asyncState
)

Parameters

Name Type Description
exportId ExportId

An ExportId object, identifying the exported document.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also