Skip to main content

IAsyncExportService Methods

If implemented by a class, provides a service contract for an export service client.
Name Description
BeginClearDocument(DocumentId, AsyncCallback, Object) Starts clearing the content of the specified document.
BeginGetExportedDocument(ExportId, AsyncCallback, Object) Starts obtaining the exported document.
BeginGetExportStatus(ExportId, AsyncCallback, Object) Starts obtaining the current status of the exported document.
BeginStartExport(DocumentId, DocumentExportArgs, AsyncCallback, Object) Starts the initial phase of asynchronous document export.
EndClearDocument(IAsyncResult) Ends clearing the content of a document.
EndGetExportedDocument(IAsyncResult) Ends obtaining the exported document.
EndGetExportStatus(IAsyncResult) Ends obtaining the current status of the exported document.
EndStartExport(IAsyncResult) Ends the initial phase of asynchronous document export.
See Also