IExportServiceCancelExportRequest Method

Gets the value indicating whether the ExportRequest specified in the identifier has been successfully canceled.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
bool CancelExportRequest(
	Guid requestId
)

Parameters

requestId
Type: SystemGuid
The identifier of the ExportRequest to cancel.

Return Value

Type: Boolean
A value of indicating the cancellation has been successful, otherwise .
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have permission to access the specified export request.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also