IDeliveryService Interface

Interface used to deliver notification content.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IDeliveryService

The IDeliveryService type exposes the following members.

Methods
  NameDescription
Public methodCancelDeliveryRequest
Gets the value indicating whether the DeliveryRequest specified in the identifier has been successfully canceled.
Public methodDeliver
Performs a delivery according to the specified request.
Public methodDeliverLink
Performs a delivery of a short link according to the specified request.
Top
See Also