SequenceField.ProduceFF Method
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:
override void ProduceFF(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, System::IO::StreamWriter ^ sw, System::Xml::XmlReader ^ reader, [Runtime::InteropServices::Out] bool % isEmptyData);
public override void ProduceFF (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, System.IO.StreamWriter sw, System.Xml.XmlReader reader, out bool isEmptyData);
override this.ProduceFF : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * System.IO.StreamWriter * System.Xml.XmlReader * -> unit
Public Overrides Sub ProduceFF (context As IExecutionContext, sw As StreamWriter, reader As XmlReader, ByRef isEmptyData As Boolean)
Parameters
- context
- IExecutionContext
- sw
- StreamWriter
- reader
- XmlReader
- isEmptyData
- Boolean