Skip to main content

IAsyncExportService.EndStartExport(IAsyncResult) Method

Ends the initial phase of asynchronous document export.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v25.1.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