HL72XmlDasm.IsNegativeCommitAck Method
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.
public:
Microsoft::Solutions::BTAHL7::Pipelines::AcknowledgementType IsNegativeCommitAck(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ ackMessage, System::String ^ headerSpecType, bool isStaticAck, System::String ^ staticAckPositiveValue, System::String ^ staticAckNegativeValue, [Runtime::InteropServices::Out] Microsoft::BizTalk::Message::Interop::IBaseMessage ^ % outMsg);
public Microsoft.Solutions.BTAHL7.Pipelines.AcknowledgementType IsNegativeCommitAck (Microsoft.BizTalk.Message.Interop.IBaseMessage ackMessage, string headerSpecType, bool isStaticAck, string staticAckPositiveValue, string staticAckNegativeValue, out Microsoft.BizTalk.Message.Interop.IBaseMessage outMsg);
member this.IsNegativeCommitAck : Microsoft.BizTalk.Message.Interop.IBaseMessage * string * bool * string * string * -> Microsoft.Solutions.BTAHL7.Pipelines.AcknowledgementType
Public Function IsNegativeCommitAck (ackMessage As IBaseMessage, headerSpecType As String, isStaticAck As Boolean, staticAckPositiveValue As String, staticAckNegativeValue As String, ByRef outMsg As IBaseMessage) As AcknowledgementType
Parameters
- ackMessage
- IBaseMessage
- headerSpecType
- String
- isStaticAck
- Boolean
- staticAckPositiveValue
- String
- staticAckNegativeValue
- String
- outMsg
- IBaseMessage