IExportServiceExportAsync Method (ICollectionExportRequest)

Performs an export according to the specified requests.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
ICollection<ExportContext> ExportAsync(
	ICollection<ExportRequest> requests
)

Parameters

requests
Type: System.Collections.GenericICollectionExportRequest
The requests.

Return Value

Type: ICollectionExportContext
A collection of ExportContext objects corresponding to the requests.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequests is .
ArgumentExceptionrequests is an empty collection.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Note Note
Any ExportRequest objects provided to this method are automatically disposed when the export operation is complete.
See Also