Hi,
I am trying to create an instance of a BizTalk Pipeline object from within a
..net method.
The code would be something like this:
Microsoft.XLANGs.Pipeline.ReceivePipelineOutputMessages pipeline =
PipelineFactory.CreateEmptyReceivePipeline();
pipeline.AddComponent(new BtfDasmComp(), PipelineStage.Disassemble);
If anyone has an example of doing this, or can point me in the right
direction, it would be greatly appreciated.
Thanks in advance,
Jim
|