e***@ee.demon.co.uk
2006-07-16 09:33:25 UTC
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
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