Click or drag to resize

INotificationDispatchServiceQueryNotificationDispatchResult Method

Returns a dispatch result of the given notification or null (Nothing in Visual Basic) if the result is not available yet.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
NotificationDispatchResult QueryNotificationDispatchResult(
	int code
)

Parameters

code
Type: SystemInt32
Notification code.

Return Value

Type: NotificationDispatchResult
Dispatch result of the given notification or null (Nothing in Visual Basic) if the result is not available yet.
See Also