BaseAsyncSafeConnector Methods |
The BaseAsyncSafeConnector type exposes the following members.
Name | Description | |
---|---|---|
DeleteGraph(String) |
Deletes a Graph from the Store.
| |
DeleteGraph(Uri) |
Deletes a Graph from the Store.
| |
DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
| |
DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
| |
Dispose |
Diposes of the Store.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListGraphs |
Lists the Graphs in the Store.
| |
ListGraphs(AsyncStorageCallback, Object) |
Lists the Graphs in the Store asynchronously.
| |
LoadGraph(IGraph, String) |
Loads a Graph from the Store.
| |
LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
| |
LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store.
| |
LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store.
| |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SaveGraph(IGraph) |
Saves a Graph to the Store.
| |
SaveGraph(IGraph, AsyncStorageCallback, Object) |
Saves a Graph to the Store asynchronously.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
| |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
| |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
| |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
|