BaseStardogConnector.UpdateGraphAsync Method |
Name | Description | |
---|---|---|
![]() | UpdateGraphAsync(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Apply an update to a graph.
|
![]() | UpdateGraphAsync(HttpWebRequest, IRdfWriter, Uri, IEnumerable<Triple>, 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, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Apply an update to a graph as part of a transaction.
|