Compartir a través de


BatchStream Constructor

Definición

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

Se aplica a