BatchStream Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- bhsStream
- Stream
- btsStream
- Stream
- fhsStream
- Stream
- ftsStream
- Stream
- messagesOriginalStream
- Stream
- pipelineContext
- IPipelineContext
- party
- String
- schemaValidation
- Boolean
- breValidation
- Boolean