IAsyncExportService.BeginStartExport(DocumentId, DocumentExportArgs, AsyncCallback, Object) Method
In This Article
Starts the initial phase of asynchronous document export.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[OperationContract(AsyncPattern = true)]
IAsyncResult BeginStartExport(
DocumentId documentId,
DocumentExportArgs exportArgs,
AsyncCallback callback,
object asyncState
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Document |
A Document |
export |
Document |
A Document |
callback | Async |
References a method to be called when a corresponding asynchronous operation is completed. |
async |
Object | A Object value, containing information about the asynchronous operation. |
#Returns
Type | Description |
---|---|
IAsync |
An object containing information about the status of an asynchronous operation. |
See Also