IDeliveryServiceDeliver Method |
Performs a delivery according to the specified request.
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.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
- Type: Dundas.BI.Notifications.DeliveryDeliveryRequest
The delivery request. - results
- Type: System.Collections.GenericICollectionExportResult
The set of ExportResult to deliver.
Exceptions
See Also