GenericProtocolProcessor Constructor |
Creates a new Generic Protocol Processor.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GenericProtocolProcessor(
IStorageProvider manager
)
Public Sub New (
manager As IStorageProvider
)
Parameters
- manager
- Type: VDS.RDF.StorageIStorageProvider
Generic IO Manager.
See Also