开发者

Multiple BizTalk custom pipeline components in the same assembly

The question is entirely described in the title: is it possible to have multiple components in the same .NET assembly. All examples I've seen so far had a single custom pipeline component per assembly.

Microsof开发者_Python百科t.BizTalk.Pipeline.Components.dll would be a good example.

Thank you.


Sean, are you asking if it is possible to have more then one custom pipeline per assembly? If so then yes. Whether or not it is a good idea is more organizational then anything.

Personally we generally decide by our deployment needs or desires. Do we want to be able to deploy the pipelines piecemeal or by a certain customer where multiple pipelines makes sense.


The answer is Yes. As long as each component coded and deployed properly, they all show up in VS.NET designer and are usable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜