ResultWriteThroughHandler Constructor (IResultFormatter, TextWriter, Boolean) | 
 
            Creates a new Write-Through Handler.
            
 
    Namespace: 
   VDS.RDF.Parsing.Handlers
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ResultWriteThroughHandler(
	IResultFormatter formatter,
	TextWriter writer,
	bool closeOnEnd
)
Public Sub New ( 
	formatter As IResultFormatter,
	writer As TextWriter,
	closeOnEnd As Boolean
)
Parameters
- formatter
 - Type: VDS.RDF.Writing.FormattingIResultFormatter
Triple Formatter to use. - writer
 - Type: System.IOTextWriter
Text Writer to write to. - closeOnEnd
 - Type: SystemBoolean
Whether to close the writer at the end of RDF handling. 
See Also