IDeliveryServiceDeliverLink 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 (24.3.0.1000)
Syntax
void DeliverLink(
	DeliverySettings settings,
	Uri shortLink,
	Guid entityId
)

Parameters

settings
Type: Dundas.BI.Notifications.DeliveryDeliverySettings
The DeliverySettings of the request.
shortLink
Type: SystemUri
The short link being shared.
entityId
Type: SystemGuid
The ID of the entity being shared.
Exceptions
ExceptionCondition
ArgumentNullExceptionAny of the supplied parameter values is .
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