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 (25.3.0.1000)
Syntaxvoid DeliverLink(
	DeliverySettings settings,
	Uri shortLink,
	Guid entityId
)
Sub DeliverLink ( 
	settings As DeliverySettings,
	shortLink As Uri,
	entityId As Guid
)
void DeliverLink(
	DeliverySettings^ settings, 
	Uri^ shortLink, 
	Guid entityId
)
abstract DeliverLink : 
        settings : DeliverySettings * 
        shortLink : Uri * 
        entityId : Guid -> unit 
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
See Also