GenericProtocolProcessorGetGraph Method |
Retrieves the Graph with the given URI.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override IGraph GetGraph(
Uri graphUri
)
Protected Overrides Function GetGraph (
graphUri As Uri
) As IGraph
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
IGraph[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.GenericProtocolProcessor.GetGraph(System.Uri)"]
See Also