Click or drag to resize

BaseStardogConnectorSaveGraphAsync Method

Overload List
  NameDescription
Protected methodSaveGraphAsync(IGraph, AsyncStorageCallback, Object)
Saves a Graph to the Store asynchronously.
Protected methodSaveGraphAsync(HttpWebRequest, IRdfWriter, IGraph, AsyncStorageCallback, Object)
Helper method for doing async save operations, callers just need to provide an appropriately perpared HTTP requests and a RDF writer which will be used to write the data to the request body.
(Inherited from BaseAsyncHttpConnector.)
Protected methodSaveGraphAsync(String, Boolean, IGraph, AsyncStorageCallback, Object)
Save a graph to the database asynchronously within the context of an open transaction.
Top
See Also