Interface IAsyncUpdateableStorage
Interface for storage providers which allow SPARQL Updates to be made against them asynchronously.
Inherited Members
System.IDisposable.Dispose()
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public interface IAsyncUpdateableStorage : IAsyncQueryableStorage, IAsyncStorageProvider, IStorageCapabilities, IDisposable
Methods
| Improve this Doc View SourceUpdate(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. |