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)
SyntaxICollection<ExportContext> ExportAsync(
ICollection<ExportRequest> requests
)
Function ExportAsync (
requests As ICollection(Of ExportRequest)
) As ICollection(Of ExportContext)
ICollection<ExportContext^>^ ExportAsync(
ICollection<ExportRequest^>^ requests
)
abstract ExportAsync :
requests : ICollection<ExportRequest> -> ICollection<ExportContext>
Parameters
- requests
- Type: System.Collections.GenericICollectionExportRequest
The requests.
Return Value
Type:
ICollectionExportContextA collection of
ExportContext objects corresponding to the requests.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | requests is . |
| ArgumentException | requests is an empty collection. |
| InvalidSessionException | The caller context is not associated with a valid session. |
Remarks Note |
|---|
|
Any ExportRequest objects provided to this method are automatically disposed when the
export operation is complete.
|
See Also