RecipientDeliveryRequest(Notification, Recipient) Constructor

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 (26.2.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  Notification
The notification to deliver for the specified recipient.
recipient  Recipient
The intended recipient.
Exceptions
ExceptionCondition
ArgumentNullExceptionnotification is .
ArgumentNullExceptionrecipient is .
See Also