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)
Syntaxbool CancelExportRequest(
Guid requestId
)
Function CancelExportRequest (
requestId As Guid
) As Boolean
bool CancelExportRequest(
Guid requestId
)
abstract CancelExportRequest :
requestId : Guid -> bool
Parameters
- requestId
- Type: SystemGuid
The identifier of the ExportRequest to cancel.
Return Value
Type:
BooleanA value of
indicating the cancellation has been successful, otherwise
.
Exceptions
See Also