BatchStream Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- bhsStream
- Stream
- btsStream
- Stream
- fhsStream
- Stream
- ftsStream
- Stream
- messagesOriginalStream
- Stream
- pipelineContext
- IPipelineContext
- party
- String
- schemaValidation
- Boolean
- breValidation
- Boolean