IAsyncQueryableStorage Methods |
The IAsyncQueryableStorage type exposes the following members.
Methods
| Name | Description |
---|
| DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from IAsyncStorageProvider.) |
| DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from IAsyncStorageProvider.) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| ListGraphs |
Lists the Graphs in the Store asynchronously.
(Inherited from IAsyncStorageProvider.) |
| LoadGraph(IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from IAsyncStorageProvider.) |
| LoadGraph(IGraph, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from IAsyncStorageProvider.) |
| LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from IAsyncStorageProvider.) |
| LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from IAsyncStorageProvider.) |
| Query(String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|
| Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|
| SaveGraph |
Saves a Graph to the Store asynchronously.
(Inherited from IAsyncStorageProvider.) |
| UpdateGraph(String, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from IAsyncStorageProvider.) |
| UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from IAsyncStorageProvider.) |
TopSee Also