Click or drag to resize

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
)

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