BatchStreamReader(IPipelineContext, Boolean, Boolean, String, Stream) Constructor
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.
public:
BatchStreamReader(Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pipelineContext, bool schemaValidation, bool breValidation, System::String ^ party, System::IO::Stream ^ messagesStream);
public BatchStreamReader (Microsoft.BizTalk.Component.Interop.IPipelineContext pipelineContext, bool schemaValidation, bool breValidation, string party, System.IO.Stream messagesStream);
new Microsoft.Solutions.BTAHL7.Pipelines.BatchStreamReader : Microsoft.BizTalk.Component.Interop.IPipelineContext * bool * bool * string * System.IO.Stream -> Microsoft.Solutions.BTAHL7.Pipelines.BatchStreamReader
Public Sub New (pipelineContext As IPipelineContext, schemaValidation As Boolean, breValidation As Boolean, party As String, messagesStream As Stream)
Parameters
- pipelineContext
- IPipelineContext
- schemaValidation
- Boolean
- breValidation
- Boolean
- party
- String
- messagesStream
- Stream