Defines the methods and properties for components that need probing functionality.
For a list of all members of this type, see IProbeMessage Members.
<Guid("05ac2005-2ed5-41f0-a961-2838a1836a22")>
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IProbeMessage
[C#]
[Guid("05ac2005-2ed5-41f0-a961-2838a1836a22")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IProbeMessage
[C++]
[Guid("05ac2005-2ed5-41f0-a961-2838a1836a22")]
[InterfaceType(ComInterfaceType::InterfaceIsIUnknown)]
public __gc __interface IProbeMessage
[JScript]
public
Guid("05ac2005-2ed5-41f0-a961-2838a1836a22")
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)
interface IProbeMessage
Remarks
Components may implement this interface when they need to have probing functionality, when they need to be able to check the beginning part of data to determine if the format of message is known to the component. Probing functionality is utilized only in stages with FirstMatch execution mode. This behavior is used when several parser components are placed in one pipeline. The first parser that can recognize the message format is executed.
Requirements
Namespace: Microsoft.BizTalk.Component.Interop
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003
Assembly: BizTalk Pipeline Interop (in Microsoft.Biztalk.Pipeline.dll)
See Also
IProbeMessage Members | Microsoft.BizTalk.Component.Interop Namespace
To download updated BizTalk Server 2004 Help from www.microsoft.com, go to
http://go.microsoft.com/fwlink/?linkid=20616.
Copyright © 2004 Microsoft Corporation.
All rights reserved.