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)
Syntax
IList<ExportRequest> GetQueuedExportRequests(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The session identifier.

Return Value

Type: IListExportRequest
The list of ExportRequest still queued.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
NoPrivilegeExceptionThe caller does not have permission to access the specified export requests.
See Also