Click or drag to resize

CommunicationOnErpCommunicationRestoredArgs Class

Arguments class for the OnErpCommunicationRestored subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsCommunicationOnErpCommunicationRestoredArgs

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

The CommunicationOnErpCommunicationRestoredArgs type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationOnErpCommunicationRestoredArgs
Initializes a new instance of the CommunicationOnErpCommunicationRestoredArgs class.
Top
Properties
  NameDescription
Public propertyLastErpCommunication
The date and time of the last successful communication with the ERP.
Public propertyRequest
The request that has been sent.
Top
See Also