Skip to main content

IAsyncExportService.EndStartExport(IAsyncResult) Method

Ends the initial phase of asynchronous document export.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

ExportId EndStartExport(
    IAsyncResult ar
)

Parameters

Name Type Description
ar IAsyncResult

An object containing information about a status of an asynchronous operation.

Returns

Type Description
ExportId

An ExportId object.

See Also