Click or drag to resize

EmailDispatchServiceBeginDispatchNotification Method

Begins processing of the specified notification and returns a code that can be used to query dispatch status.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public int BeginDispatchNotification(
	INotification notification,
	Action<Template> compose,
	Action<Object> postProcess
)

Parameters

notification
Type: Dynamicweb.Analytics.NotificationsINotification
Notification profile to use.
compose
Type: SystemActionTemplate
A function used to compose message body based on the selected template.
postProcess
Type: SystemActionObject
A function used to prepare message object before it dispatched.

Return Value

Type: Int32
Code that can be used to track notification dispatch status.

Implements

INotificationDispatchServiceBeginDispatchNotification(INotification, ActionTemplate, ActionObject)
See Also