BaseAsyncSafeConnector Class |
Namespace: VDS.RDF.Storage
The BaseAsyncSafeConnector type exposes the following members.
Name | Description | |
---|---|---|
BaseAsyncSafeConnector | Initializes a new instance of the BaseAsyncSafeConnector class |
Name | Description | |
---|---|---|
AsyncParentServer |
Gets the parent server (if any).
| |
DeleteSupported |
Gets whether the Store supports Graph deletion via the DeleteGraph() method.
| |
IOBehaviour |
Gets the IO Behaviour of the Store.
| |
IsReadOnly |
Gets whether the Store is read only.
| |
IsReady |
Indicates whether the Store is ready to accept requests.
| |
ListGraphsSupported |
Gets whether the Store supports listing graphs via the ListGraphs() method.
| |
ParentServer |
Gets the parent server (if any).
| |
UpdateSupported |
Gets whether the Store supports Triple level updates via the UpdateGraph() method.
|
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.
|