Show / Hide Table of Contents

Interface IAsyncUpdateableStorage

Interface for storage providers which allow SPARQL Updates to be made against them asynchronously.
Inherited Members
IAsyncQueryableStorage.Query(String, AsyncStorageCallback, Object)
IAsyncQueryableStorage.Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
IAsyncStorageProvider.AsyncParentServer
IAsyncStorageProvider.LoadGraph(IGraph, Uri, AsyncStorageCallback, Object)
IAsyncStorageProvider.LoadGraph(IGraph, String, AsyncStorageCallback, Object)
IAsyncStorageProvider.LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object)
IAsyncStorageProvider.LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)
IAsyncStorageProvider.SaveGraph(IGraph, AsyncStorageCallback, Object)
IAsyncStorageProvider.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
IAsyncStorageProvider.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
IAsyncStorageProvider.DeleteGraph(Uri, AsyncStorageCallback, Object)
IAsyncStorageProvider.DeleteGraph(String, AsyncStorageCallback, Object)
IAsyncStorageProvider.ListGraphs(AsyncStorageCallback, Object)
IStorageCapabilities.IsReady
IStorageCapabilities.IsReadOnly
IStorageCapabilities.IOBehaviour
IStorageCapabilities.UpdateSupported
IStorageCapabilities.DeleteSupported
IStorageCapabilities.ListGraphsSupported
System.IDisposable.Dispose()
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public interface IAsyncUpdateableStorage : IAsyncQueryableStorage, IAsyncStorageProvider, IStorageCapabilities, IDisposable

Methods

| Improve this Doc View Source

Update(String, AsyncStorageCallback, Object)

Updates the store asynchronously.
Declaration
void Update(string sparqlUpdates, AsyncStorageCallback callback, object state)
Parameters
Type Name Description
System.String sparqlUpdates SPARQL Update.
AsyncStorageCallback callback Callback.
System.Object state State to pass to the callback.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Update(String, AsyncStorageCallback, Object)
  • Extension Methods
Back to top Generated by DocFX