IDisassemblerComponent.Disassemble Method
Performs the disassembling of an incoming document.
Namespace: Microsoft.BizTalk.Component.Interop
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Dim instance As IDisassemblerComponent Dim pContext As IPipelineContext Dim pInMsg As IBaseMessage instance.Disassemble(pContext, pInMsg)
void Disassemble ( IPipelineContext pContext, IBaseMessage pInMsg )
function Disassemble (
pContext : IPipelineContext,
pInMsg : IBaseMessage
)
Parameters
- pContext
The IPipelineContext containing the current pipeline context.
- pInMsg
The IBaseMessage containing the message to be disassembled.
The Messaging Engine calls the Disassemble method once per incoming message and then subsequently calls the GetNext method for each disassembled message until a null value is returned.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.