RecipientDeliveryRequest Constructor (Notification, Recipient, CancellationToken)

Initializes a new instance of the RecipientDeliveryRequest class.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public RecipientDeliveryRequest(
	Notification notification,
	Recipient recipient,
	CancellationToken cancellationToken
)

Parameters

notification
Type: Dundas.BI.NotificationsNotification
The notification to deliver for the specified recipient.
recipient
Type: Dundas.BI.Notifications.DeliveryRecipient
The intended recipient.
cancellationToken
Type: System.ThreadingCancellationToken
The token to alert delivery to terminate.
Exceptions
ExceptionCondition
ArgumentNullExceptionnotification is .
ArgumentNullExceptionrecipient is .
See Also