IAsyncExportService.EndStartExport(IAsyncResult) Method
In This Article
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 | IAsync |
An object containing information about a status of an asynchronous operation. |
#Returns
Type | Description |
---|---|
Export |
An Export |
See Also