Click or drag to resize

Communication Class

Notifications and argument classes for notification subscribers fired during communication wth the ERP.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.NotificationsCommunication

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static class Communication

The Communication type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCode exampleOnAfterErpCommunication
Occurs after the system communicated with the ERP.
Public fieldStatic memberCode exampleOnAfterErpException
Occurs after an exception has occurred communicating with the ERP.
Public fieldStatic memberCode exampleOnBeforeErpCommunication
Occurs before the system communicates with the ERP.
Public fieldStatic memberCode exampleOnErpCommunicationLost
Occurs after the connection with the ERP is lost.
Public fieldStatic memberCode exampleOnErpCommunicationRestored
Occurs after the connection with the ERP is restored.
Top
See Also