ScheduledNotification Constructor (String, ScheduleRule, DeliverySettings) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ScheduledNotification(
string name,
ScheduleRule scheduleRule,
DeliverySettings delivery
)
Public Sub New (
name As String,
scheduleRule As ScheduleRule,
delivery As DeliverySettings
)
public:
ScheduledNotification(
String^ name,
ScheduleRule^ scheduleRule,
DeliverySettings^ delivery
)
new :
name : string *
scheduleRule : ScheduleRule *
delivery : DeliverySettings -> ScheduledNotification
Parameters
- name
- Type: SystemString
The name of the notification. - scheduleRule
- Type: Dundas.BI.SchedulingScheduleRule
The schedule rule used for the delivery of the notification. - delivery
- Type: Dundas.BI.Notifications.DeliveryDeliverySettings
The delivery settings.
Exceptions See Also