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