RecipientDeliveryRequest Constructor (Notification, Recipient) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dundas.BI.Notifications.Delivery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.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
)<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 Sub New ( 
	notification As Notification,
	recipient As Recipient
)public:
[ObsoleteAttribute(L"Use RecipientDeliveryRequest(Notification notification, Recipient recipient, System.Threading.CancellationToken cancellationToken) to create a Recipient Delivery Request so that the delivery can be cancelled.")]
RecipientDeliveryRequest(
	Notification^ notification, 
	Recipient^ recipient
)
[<ObsoleteAttribute("Use RecipientDeliveryRequest(Notification notification, Recipient recipient, System.Threading.CancellationToken cancellationToken) to create a Recipient Delivery Request so that the delivery can be cancelled.")>]
new : 
        notification : Notification * 
        recipient : Recipient -> RecipientDeliveryRequestParameters
- notification
 - Type: Dundas.BI.NotificationsNotification
The notification to deliver for the specified recipient. - recipient
 - Type: Dundas.BI.Notifications.DeliveryRecipient
The intended recipient. 
Exceptions
See Also