Click or drag to resize

ProtocolToUpdateProcessorGetGraph 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.ProtocolToUpdateProcessor.GetGraph(System.Uri)"]

See Also