BaseStardogConnectorUpdateGraphAsync Method |
| Name | Description | |
|---|---|---|
| UpdateGraphAsync(String, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Apply an update to a graph.
| |
| UpdateGraphAsync(HttpWebRequest, IRdfWriter, Uri, IEnumerableTriple, AsyncStorageCallback, Object) |
Helper method for doing async update operations, callers just need to provide an appropriately prepared HTTP request and a RDF writer which will be used to write the data to the request body.
(Inherited from BaseAsyncHttpConnector.) | |
| UpdateGraphAsync(String, Boolean, String, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Apply an update to a graph as part of a transaction.
|