IAsyncStorageProviderAsyncParentServer Property |
Gets the Parent Server on which this store is hosted (if any).
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IAsyncStorageServer AsyncParentServer { get; }
ReadOnly Property AsyncParentServer As IAsyncStorageServer
Get
Property Value
Type:
IAsyncStorageServerRemarks
For storage backends which support multiple stores this is useful because it provides a way to access all the stores on that backend. For stores which are standalone they should simply return null.
See Also