ResultWriteThroughHandlerEndResultsInternal Method |
Ends the writing of results closing the
TextWriter depending on the option set when this instance was instantiated.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override void EndResultsInternal(
bool ok
)
Protected Overrides Sub EndResultsInternal (
ok As Boolean
)
Parameters
- ok
- Type: SystemBoolean
See Also