Click or drag to resize
CommunicationAfterErpExceptionSubscriber Class
Class CommunicationAfterErpExceptionSubscriber.
Inheritance Hierarchy
SystemObject
  NotificationSubscriber
    Dynamicweb.Ecommerce.LiveIntegration.Examples.NotificationsCommunicationAfterErpExceptionSubscriber

Namespace: Dynamicweb.Ecommerce.LiveIntegration.Examples.Notifications
Assembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax
[SubscribeAttribute("Dynamicweb.Ecommerce.LiveIntegration.Notifications.LiveIntegration.OnAfterErpException")]
public class CommunicationAfterErpExceptionSubscriber : NotificationSubscriber

The CommunicationAfterErpExceptionSubscriber type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationAfterErpExceptionSubscriber
Initializes a new instance of the CommunicationAfterErpExceptionSubscriber class
Top
Properties
  NameDescription
Public propertyIsActive (Inherited from NotificationSubscriber.)
Public propertyIsFrontend Obsolete. (Inherited from NotificationSubscriber.)
Public propertyRank (Inherited from NotificationSubscriber.)
Protected propertyTypeInfo (Inherited from NotificationSubscriber.)
Top
Methods
  NameDescription
Public methodCompareTo (Inherited from NotificationSubscriber.)
Public methodOnNotify
Call to invoke observer.
(Overrides NotificationSubscriber.OnNotify(String, NotificationArgs).)
Top
See Also