EdifactAcknowledgementSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EdifactAcknowledgementSettings() |
Initializes a new instance of the EdifactAcknowledgementSettings class. |
EdifactAcknowledgementSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32, Boolean, String, String) |
Initializes a new instance of the EdifactAcknowledgementSettings class. |
EdifactAcknowledgementSettings()
Initializes a new instance of the EdifactAcknowledgementSettings class.
public EdifactAcknowledgementSettings ();
Public Sub New ()
Applies to
EdifactAcknowledgementSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32, Boolean, String, String)
Initializes a new instance of the EdifactAcknowledgementSettings class.
public EdifactAcknowledgementSettings (bool needTechnicalAcknowledgement, bool batchTechnicalAcknowledgements, bool needFunctionalAcknowledgement, bool batchFunctionalAcknowledgements, bool needLoopForValidMessages, bool sendSynchronousAcknowledgement, int acknowledgementControlNumberLowerBound, int acknowledgementControlNumberUpperBound, bool rolloverAcknowledgementControlNumber, string acknowledgementControlNumberPrefix = default, string acknowledgementControlNumberSuffix = default);
new Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings : bool * bool * bool * bool * bool * bool * int * int * bool * string * string -> Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings
Public Sub New (needTechnicalAcknowledgement As Boolean, batchTechnicalAcknowledgements As Boolean, needFunctionalAcknowledgement As Boolean, batchFunctionalAcknowledgements As Boolean, needLoopForValidMessages As Boolean, sendSynchronousAcknowledgement As Boolean, acknowledgementControlNumberLowerBound As Integer, acknowledgementControlNumberUpperBound As Integer, rolloverAcknowledgementControlNumber As Boolean, Optional acknowledgementControlNumberPrefix As String = Nothing, Optional acknowledgementControlNumberSuffix As String = Nothing)
Parameters
- needTechnicalAcknowledgement
- Boolean
The value indicating whether technical acknowledgement is needed.
- batchTechnicalAcknowledgements
- Boolean
The value indicating whether to batch the technical acknowledgements.
- needFunctionalAcknowledgement
- Boolean
The value indicating whether functional acknowledgement is needed.
- batchFunctionalAcknowledgements
- Boolean
The value indicating whether to batch functional acknowledgements.
- needLoopForValidMessages
- Boolean
The value indicating whether a loop is needed for valid messages.
- sendSynchronousAcknowledgement
- Boolean
The value indicating whether to send synchronous acknowledgement.
- acknowledgementControlNumberLowerBound
- Int32
The acknowledgement control number lower bound.
- acknowledgementControlNumberUpperBound
- Int32
The acknowledgement control number upper bound.
- rolloverAcknowledgementControlNumber
- Boolean
The value indicating whether to rollover acknowledgement control number.
- acknowledgementControlNumberPrefix
- String
The acknowledgement control number prefix.
- acknowledgementControlNumberSuffix
- String
The acknowledgement control number suffix.