ScheduledNotification(String, NotificationContent, ScheduleRule, DeliverySettings) Constructor

Initializes a new instance of the ScheduledNotification class.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ScheduledNotification(
	string name,
	NotificationContent content,
	ScheduleRule scheduleRule,
	DeliverySettings delivery
)

Parameters

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
ExceptionCondition
ArgumentExceptionname is , empty, or consists solely of whitespace.
ArgumentNullExceptioncontent, scheduleRule or delivery is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also