|  | 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
SyntaxNotificationDispatchResult QueryNotificationDispatchResult(
	int code
)
Function QueryNotificationDispatchResult ( 
	code As Integer
) As NotificationDispatchResult
Parameters
- code
- Type: SystemInt32
 Notification code.
Return Value
Type: 
NotificationDispatchResultDispatch result of the given notification or null (Nothing in Visual Basic) if the result is not available yet.
 See Also
See Also