EdifactAcknowledgementSettings Constructor
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.
Initializes a new instance of EdifactAcknowledgementSettings.
public EdifactAcknowledgementSettings (bool needTechnicalAcknowledgement, bool batchTechnicalAcknowledgement, bool needFunctionalAcknowledgement, bool batchFunctionalAcknowledgement, bool needLoopForValidMessages, bool sendSynchronousAcknowledgement, int acknowledgementControlNumberLowerBound, int acknowledgementControlNumberUpperBound, bool rolloverAcknowledgementControlNumber);
new Azure.ResourceManager.Logic.Models.EdifactAcknowledgementSettings : bool * bool * bool * bool * bool * bool * int * int * bool -> Azure.ResourceManager.Logic.Models.EdifactAcknowledgementSettings
Public Sub New (needTechnicalAcknowledgement As Boolean, batchTechnicalAcknowledgement As Boolean, needFunctionalAcknowledgement As Boolean, batchFunctionalAcknowledgement As Boolean, needLoopForValidMessages As Boolean, sendSynchronousAcknowledgement As Boolean, acknowledgementControlNumberLowerBound As Integer, acknowledgementControlNumberUpperBound As Integer, rolloverAcknowledgementControlNumber As Boolean)
Parameters
- needTechnicalAcknowledgement
- Boolean
The value indicating whether technical acknowledgement is needed.
- batchTechnicalAcknowledgement
- Boolean
The value indicating whether to batch the technical acknowledgements.
- needFunctionalAcknowledgement
- Boolean
The value indicating whether functional acknowledgement is needed.
- batchFunctionalAcknowledgement
- 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.
Applies to
Azure SDK for .NET