| CommunicationOnBeforeErpCommunicationArgs Constructor |
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public OnBeforeErpCommunicationArgs(
string request,
string referenceName
)
Public Sub New (
request As String,
referenceName As String
)
Parameters
- request
- Type: SystemString
The request that is about to be sent. - referenceName
- Type: SystemString
Name of the reference.
See Also