ScheduledNotification(String, NotificationContent, ScheduleRule, DeliverySettings) Constructor |
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ScheduledNotification(
string name,
NotificationContent content,
ScheduleRule scheduleRule,
DeliverySettings delivery
)
Public Sub New (
name As String,
content As NotificationContent,
scheduleRule As ScheduleRule,
delivery As DeliverySettings
)
public:
ScheduledNotification(
String^ name,
NotificationContent^ content,
ScheduleRule^ scheduleRule,
DeliverySettings^ delivery
)
new :
name : string *
content : NotificationContent *
scheduleRule : ScheduleRule *
delivery : DeliverySettings -> ScheduledNotificationParameters
- name String
- The name of the notification.
- content NotificationContent
- The notification content.
- scheduleRule ScheduleRule
- The schedule rule used for the delivery of the notification.
- delivery DeliverySettings
- The delivery settings.
Exceptions
See Also