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

Parameters

request
Type: Dundas.BI.Notifications.DeliveryDeliveryRequest
The delivery request.
results
Type: System.Collections.GenericICollectionExportResult
The set of ExportResult to deliver.
Exceptions
ExceptionCondition
ArgumentNullExceptionAny of the supplied parameter values is .
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