|  | INotificationDispatchServiceBeginDispatchNotification 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
Syntaxint BeginDispatchNotification(
	INotification notification,
	Action<Template> compose,
	Action<Object> postProcess
)
Function BeginDispatchNotification ( 
	notification As INotification,
	compose As Action(Of Template),
	postProcess As Action(Of Object)
) As Integer
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: 
Int32Code that can be used to track notification dispatch status.
 See Also
See Also