IDeliveryServiceDeliverLink Method |
Performs a delivery of a short link according to the specified request.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 DeliverySettings
- The DeliverySettings of the request.
- shortLink Uri
- The short link being shared.
- entityId Guid
- The ID of the entity being shared.
Exceptions
See Also