Click or drag to resize

CommunicationOnErpCommunicationRestoredArgs Constructor

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public OnErpCommunicationRestoredArgs(
	string request,
	Nullable<DateTime> lastErpCommunication
)

Parameters

request
Type: SystemString
The request that has been sent.
lastErpCommunication
Type: SystemNullableDateTime
The date and time of the last successful communication with the ERP.
See Also