Table of Contents

Enum NotificationContext.NotificationState

Namespace
Dynamicweb.Extensibility.Notifications
Assembly
Dynamicweb.Extensibility.dll
public enum NotificationContext.NotificationState

Fields

LoadBalancing = 2
Used by the loadbalancer to keep track of which updates need to be broadcast and which do not.
Notify = 1
Default behavior. Makes all notifications being raised as expected. Calls all the observers (notification subscribers) raised by the objects within the using statement.
SuppressNotifications = 0
Suppresses all notifications and makes sure that no observers (notification subscribers) are called within the using statement.
To top