Pipeline.Execute(Int32, Int32, IBaseMessage) 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.
protected:
Microsoft::BizTalk::Message::Interop::IBaseMessage ^ Execute(int startStage, int endStage, Microsoft::BizTalk::Message::Interop::IBaseMessage ^ msgIn);
protected Microsoft.BizTalk.Message.Interop.IBaseMessage Execute (int startStage, int endStage, Microsoft.BizTalk.Message.Interop.IBaseMessage msgIn);
member this.Execute : int * int * Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Message.Interop.IBaseMessage
Protected Function Execute (startStage As Integer, endStage As Integer, msgIn As IBaseMessage) As IBaseMessage
Parameters
- startStage
- Int32
- endStage
- Int32
- msgIn
- IBaseMessage