TransmitResponseBatch.SubmitResponseMessage 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:
override void SubmitResponseMessage(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ solicitDocSent, Microsoft::BizTalk::Message::Interop::IBaseMessage ^ responseDocToSubmit);
public override sealed void SubmitResponseMessage (Microsoft.BizTalk.Message.Interop.IBaseMessage solicitDocSent, Microsoft.BizTalk.Message.Interop.IBaseMessage responseDocToSubmit);
override this.SubmitResponseMessage : Microsoft.BizTalk.Message.Interop.IBaseMessage * Microsoft.BizTalk.Message.Interop.IBaseMessage -> unit
Public Overrides NotOverridable Sub SubmitResponseMessage (solicitDocSent As IBaseMessage, responseDocToSubmit As IBaseMessage)
Parameters
- solicitDocSent
- IBaseMessage
- responseDocToSubmit
- IBaseMessage