Click or drag to resize

EmailDispatchServiceQueryNotificationDispatchResult 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
public 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.

Implements

INotificationDispatchServiceQueryNotificationDispatchResult(Int32)
See Also