IDeliveryServiceCancelDeliveryRequest Method

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

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool CancelDeliveryRequest(
	Guid requestId
)

Parameters

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

Return Value

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