X12AcknowledgementSettings 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 X12AcknowledgementSettings.
public X12AcknowledgementSettings (bool needTechnicalAcknowledgement, bool batchTechnicalAcknowledgement, bool needFunctionalAcknowledgement, bool batchFunctionalAcknowledgement, bool needImplementationAcknowledgement, bool batchImplementationAcknowledgement, bool needLoopForValidMessages, bool sendSynchronousAcknowledgement, int acknowledgementControlNumberLowerBound, int acknowledgementControlNumberUpperBound, bool rolloverAcknowledgementControlNumber);
new Azure.ResourceManager.Logic.Models.X12AcknowledgementSettings : bool * bool * bool * bool * bool * bool * bool * bool * int * int * bool -> Azure.ResourceManager.Logic.Models.X12AcknowledgementSettings
Public Sub New (needTechnicalAcknowledgement As Boolean, batchTechnicalAcknowledgement As Boolean, needFunctionalAcknowledgement As Boolean, batchFunctionalAcknowledgement As Boolean, needImplementationAcknowledgement As Boolean, batchImplementationAcknowledgement 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.
- needImplementationAcknowledgement
- Boolean
The value indicating whether implementation acknowledgement is needed.
- batchImplementationAcknowledgement
- Boolean
The value indicating whether to batch implementation 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