| 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
)
Public Sub New (
request As String,
lastErpCommunication As Nullable(Of DateTime)
)
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