RecipientDeliveryRequest Constructor (Notification, Recipient)

Note: This API is now obsolete.

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 (24.3.0.1000)
Syntax
[ObsoleteAttribute("Use RecipientDeliveryRequest(Notification notification, Recipient recipient, System.Threading.CancellationToken cancellationToken) to create a Recipient Delivery Request so that the delivery can be cancelled.")]
public RecipientDeliveryRequest(
	Notification notification,
	Recipient recipient
)

Parameters

notification
Type: Dundas.BI.NotificationsNotification
The notification to deliver for the specified recipient.
recipient
Type: Dundas.BI.Notifications.DeliveryRecipient
The intended recipient.
Exceptions
ExceptionCondition
ArgumentNullExceptionnotification is .
ArgumentNullExceptionrecipient is .
See Also