BatchStream Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- bhsStream
- Stream
- btsStream
- Stream
- fhsStream
- Stream
- ftsStream
- Stream
- messagesOriginalStream
- Stream
- pipelineContext
- IPipelineContext
- party
- String
- schemaValidation
- Boolean
- breValidation
- Boolean