IAssemblerComponent.AddDocument Method
Adds the document to the list of messages that are included in an interchange.
Namespace: Microsoft.BizTalk.Component.Interop
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Parameters
- pContext
The IPipelineContext that contains the current pipeline context.
- pInMsg
The IBaseMessage that contains the document to be added to the message set.
The Pipeline Manager calls AddDocument once per incoming message and after all messages have been added, calls Assemble to produce the output message.
Because assembling functionality is not available in this version of BizTalk Server, the Assembler component will be executed as a general component, one message in, one message out.
Development Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2; The 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions with Service Pack 1; The 32-bit and 64-bit editions of Windows XP Professional with Service Pack 3Target Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2

