IDeliveryServiceCancelDeliveryRequest Method |
Gets the value indicating whether the
DeliveryRequest specified in the identifier has been successfully canceled.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool CancelDeliveryRequest(
Guid requestId
)
Function CancelDeliveryRequest (
requestId As Guid
) As Boolean
bool CancelDeliveryRequest(
Guid requestId
)
abstract CancelDeliveryRequest :
requestId : Guid -> bool Parameters
- requestId Guid
- The identifier of the DeliveryRequest to cancel.
Return Value
BooleanA value of
indicating the cancellation has been successful, otherwise
.
Exceptions
See Also