ThreadSafeGraphRetract Method (IEnumerableTriple) | 
 
            Retracts a enumeration of Triples from the graph.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override bool Retract(
	IEnumerable<Triple> ts
)
Public Overrides Function Retract ( 
	ts As IEnumerable(Of Triple)
) As Boolean
Parameters
- ts
 - Type: System.Collections.GenericIEnumerableTriple
Enumeration of Triples to retract. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeGraph.Retract(System.Collections.Generic.IEnumerable{VDS.RDF.Triple})"]
Implements
IGraphRetract(IEnumerableTriple)
See Also