Answers

Question and Answer:

  Home  Biztalk Orchestration

⟩ Tell us which Interfaces do you need to implement in a disassembling custom pipeline component?

A disassembling pipeline component receives one message on input and produces zero or more messages on output. Disassembling components are used to split interchanges of messages into individual documents. Disassembler components must implement the following interfaces:

☛ IBaseComponent.

☛ IDisassemblerComponent.

☛ IComponentUI.

☛ IPersistPropertyBag.

 211 views

More Questions for you: