dotNetRDF API Documentation

IMultiStoreGenericIOManager Interface

NOTE: This interface is now obsolete.

This interface is now a synonym for the IStorageServer interface and remains in the API for backwards compatibility with existing code. Please update your code to use IStorageServer instead


Interfaces for classes which provide the ability to create and delete new stores

[Obsolete(Message=""This interface is now a synonym for the IStorageServer interface and remains in t" + "he API for backwards compatibility with existing code. Please update your code " + "to use IStorageServer instead"", IsError=False)]
public interface IMultiStoreGenericIOManager : IStorageServer

Types that implement IMultiStoreGenericIOManager

Type Description
AllegroGraphConnector Class for connecting to an AllegroGraph Store

Remarks

Note: This is now a synonym for the more descriptive IStorageServer interface and will be removed in future releases.

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

VDS.RDF.Storage Namespace