IExportServiceGetQueuedExportRequests Method |
Gets the pending export requests for the specified session.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxIList<ExportRequest> GetQueuedExportRequests(
Guid sessionId
)
Function GetQueuedExportRequests (
sessionId As Guid
) As IList(Of ExportRequest)
IList<ExportRequest^>^ GetQueuedExportRequests(
Guid sessionId
)
abstract GetQueuedExportRequests :
sessionId : Guid -> IList<ExportRequest>
Parameters
- sessionId
- Type: SystemGuid
The session identifier.
Return Value
Type:
IListExportRequestThe list of
ExportRequest still queued.
Exceptions
See Also