Method invoked to indicate that no more triples remain to be written to the sink.

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public void Close()
Visual Basic
Public Sub Close
Visual C++
public:
virtual void Close() sealed
F#
abstract Close : unit -> unit 
override Close : unit -> unit 

Implements

ITripleSink..::..Close()()()()

See Also