IDeliveryProviderService Interface

Interface used to list and get delivery providers.

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

The IDeliveryProviderService type exposes the following members.

Methods
 NameDescription
Public methodGetProvider Returns a delivery provider for the requested provider ID.
Public methodGetProviders Gets all the providers.
Top
See Also