RecipientDeliveryRequest Constructor (Notification, Recipient, CancellationToken) |
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic RecipientDeliveryRequest(
Notification notification,
Recipient recipient,
CancellationToken cancellationToken
)
Public Sub New (
notification As Notification,
recipient As Recipient,
cancellationToken As CancellationToken
)
public:
RecipientDeliveryRequest(
Notification^ notification,
Recipient^ recipient,
CancellationToken cancellationToken
)
new :
notification : Notification *
recipient : Recipient *
cancellationToken : CancellationToken -> RecipientDeliveryRequestParameters
- 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
See Also