Click or drag to resize

GenericUpdateProcessor Constructor

Creates a new Generic Update Processor.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GenericUpdateProcessor(
	IStorageProvider manager
)

Parameters

manager
Type: VDS.RDF.StorageIStorageProvider
Generic IO Manager.
See Also