HL7MessageProcessor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HL7MessageProcessor(IDocumentSpec) | |
HL7MessageProcessor(XmlSchemaCollection, String) |
HL7MessageProcessor(IDocumentSpec)
public:
HL7MessageProcessor(Microsoft::BizTalk::Component::Interop::IDocumentSpec ^ spec);
public HL7MessageProcessor (Microsoft.BizTalk.Component.Interop.IDocumentSpec spec);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7MessageProcessor : Microsoft.BizTalk.Component.Interop.IDocumentSpec -> Microsoft.Solutions.BTAHL7.Pipelines.HL7MessageProcessor
Public Sub New (spec As IDocumentSpec)
Parameters
- spec
- IDocumentSpec
Applies to
HL7MessageProcessor(XmlSchemaCollection, String)
public:
HL7MessageProcessor(System::Xml::Schema::XmlSchemaCollection ^ xsc, System::String ^ docType);
public HL7MessageProcessor (System.Xml.Schema.XmlSchemaCollection xsc, string docType);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7MessageProcessor : System.Xml.Schema.XmlSchemaCollection * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL7MessageProcessor
Public Sub New (xsc As XmlSchemaCollection, docType As String)
Parameters
- docType
- String