DeliveryProviderDeliver Method (DeliveryRequest)

Delivers a request.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual void Deliver(
	DeliveryRequest request
)

Parameters

request
Type: Dundas.BI.Notifications.DeliveryDeliveryRequest
The delivery request.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is .
InvalidSessionExceptionCaller context is not associated with a valid session.
See Also