Open this page in the API Guide

DeliveryProvider.Deliver Method (DeliveryRequest, ICollection<ExportResult>)

Delivers a set of export results.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public abstract void Deliver(
	DeliveryRequest request,
	ICollection<ExportResult> exportResults
)

Parameters

request
Type: Dundas.BI.Notifications.Delivery.DeliveryRequest
The delivery request.
exportResults
Type: System.Collections.Generic.ICollection<ExportResult>
The set of export results to deliver.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is null.
InvalidSessionExceptionCaller context is not associated with a valid session.
See Also