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