Click or drag to resize

GenericProtocolProcessor Constructor

Creates a new Generic Protocol Processor.

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

Parameters

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