IAsyncStorageProvider Methods |
The IAsyncStorageProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
|
![]() | DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ListGraphs |
Lists the Graphs in the Store asynchronously.
|
![]() | LoadGraph(IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | LoadGraph(IGraph, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | SaveGraph |
Saves a Graph to the Store asynchronously.
|
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
|
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
|