IDeliveryServiceDeliver Method |
Performs a delivery 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 Deliver(
DeliveryRequest request,
ICollection<ExportResult> results
)
Sub Deliver (
request As DeliveryRequest,
results As ICollection(Of ExportResult)
)
void Deliver(
DeliveryRequest^ request,
ICollection<ExportResult^>^ results
)
abstract Deliver :
request : DeliveryRequest *
results : ICollection<ExportResult> -> unit Parameters
- request DeliveryRequest
- The delivery request.
- results ICollectionExportResult
- The set of ExportResult to deliver.
Exceptions
See Also