Open this page in the API Guide

IDeliveryService.Deliver 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 (25.1.0.1000)
Syntax
void Deliver(
	DeliveryRequest request,
	ICollection<ExportResult> results
)

Parameters

request
Type: Dundas.BI.Notifications.Delivery.DeliveryRequest
The delivery request.
results
Type: System.Collections.Generic.ICollection<ExportResult>
The set of ExportResult to deliver.
Exceptions
ExceptionCondition
ArgumentNullExceptionAny of the supplied parameter values is null.
NoPrivilegeExceptionThe caller is not allowed to use the specified delivery provider.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidProviderExceptionThe delivery provider with specified ID cannot be loaded.
See Also