Click or drag to resize

CommunicationOnErpCommunicationLostArgs Class

Arguments class for the OnErpCommunicationLost subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsCommunicationOnErpCommunicationLostArgs

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

The CommunicationOnErpCommunicationLostArgs type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationOnErpCommunicationLostArgs
Initializes a new instance of the CommunicationOnErpCommunicationLostArgs class.
Top
Properties
  NameDescription
Public propertyException
Gets the exception that has occurred.
Public propertyRequest
Gets the request that has been sent to the ERP.
Top
See Also