MessageUtils.SetRoutingPropsOnAck 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:
static void SetRoutingPropsOnAck(Microsoft::BizTalk::Message::Interop::IBaseMessageContext ^ responseMsgContext, Microsoft::BizTalk::Message::Interop::IBasePropertyBag ^ requestMsgContext, bool firstTime);
public static void SetRoutingPropsOnAck (Microsoft.BizTalk.Message.Interop.IBaseMessageContext responseMsgContext, Microsoft.BizTalk.Message.Interop.IBasePropertyBag requestMsgContext, bool firstTime);
static member SetRoutingPropsOnAck : Microsoft.BizTalk.Message.Interop.IBaseMessageContext * Microsoft.BizTalk.Message.Interop.IBasePropertyBag * bool -> unit
Public Shared Sub SetRoutingPropsOnAck (responseMsgContext As IBaseMessageContext, requestMsgContext As IBasePropertyBag, firstTime As Boolean)
Parameters
- responseMsgContext
- IBaseMessageContext
- requestMsgContext
- IBasePropertyBag
- firstTime
- Boolean