Open this page in the API Guide

AnnotationNotification Constructor

Initializes a new instance of the AnnotationNotification class.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public AnnotationNotification(
	string name,
	MetricSet metricSet,
	DeliverySettings delivery,
	NotificationContent content
)

Parameters

name
Type: System.String
The name of the notification.
metricSet
Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set the notification is defined for.
delivery
Type: Dundas.BI.Notifications.Delivery.DeliverySettings
The delivery settings.
content
Type: Dundas.BI.Notifications.NotificationContent
The notification content.
Exceptions
ExceptionCondition
ArgumentExceptionname is null, empty, or consists solely of whitespace.
InvalidOperationExceptionThe specified metric set is inactive.
ArgumentNullExceptionmetricSet, delivery, or content is null.
See Also