DeliveryProviderDeliver Method (DeliveryRequest, ICollectionExportResult) | 
 
            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.3.0.1000)
Syntaxpublic abstract void Deliver(
	DeliveryRequest request,
	ICollection<ExportResult> exportResults
)
Public MustOverride Sub Deliver ( 
	request As DeliveryRequest,
	exportResults As ICollection(Of ExportResult)
)
public:
virtual void Deliver(
	DeliveryRequest^ request, 
	ICollection<ExportResult^>^ exportResults
) abstract
abstract Deliver : 
        request : DeliveryRequest * 
        exportResults : ICollection<ExportResult> -> unit 
Parameters
- request
 - Type: Dundas.BI.Notifications.DeliveryDeliveryRequest
The delivery request. - exportResults
 - Type: System.Collections.GenericICollectionExportResult
The set of export results to deliver. 
Exceptions
See Also