Open this page in the API Guide

IDeliveryService.DeliverLink Method

Performs a delivery of a short link according to the specified request.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void DeliverLink(
	DeliverySettings settings,
	Uri shortLink,
	Guid entityId
)

Parameters

settings
Type: Dundas.BI.Notifications.Delivery.DeliverySettings
The DeliverySettings of the request.
shortLink
Type: System.Uri
The short link being shared.
entityId
Type: System.Guid
The ID of the entity being shared.
Exceptions
ExceptionCondition
ArgumentNullExceptionAny of the supplied parameter values is null.
NoPrivilegeExceptionThe caller is not allowed to use the specified delivery provider.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidProviderExceptionThe delivery provider with specified ID cannot be loaded.
See Also