Previous Thread

7/16/2006 9:33:25 AM    Instantiating a Pipeline object in a dot net method
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