Click or drag to resize

INotificationDispatchService Interface

Represents a contract for notification dispatch services.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface INotificationDispatchService

The INotificationDispatchService type exposes the following members.

Methods
  NameDescription
Public methodBeginDispatchNotification
Begins processing of the specified notification and returns a code that can be used to query dispatch status.
Public methodQueryNotificationDispatchResult
Returns a dispatch result of the given notification or null (Nothing in Visual Basic) if the result is not available yet.
Top
See Also