Custom Decode Pipeline-Parameters passing

Home Page Forums BizTalk 2004 – BizTalk 2010 Custom Decode Pipeline-Parameters passing

Viewing 1 reply thread
  • Author
    Posts
    • #15433

      Can we pass parameters to Pipeline component.Example we are using a decode custom pipeline component which replaces a string with another.so here can we have two properties,one is what string to be replaced and one is with what string,so that these two strings can be used in IBaseExecute method.

      Thanxs.

    • #15434

      You can add properties to you pipeline component that can be set at design time or on a per-instance using the Admin Console.

      You need to add public properties to your custom pipeline class and implement the IPersistPropertyBag interface to Load and Save the property values.

      The only other way to pass \”parameters\” to a pipeline component is to use the message context.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.