BaseStardogConnectorSaveGraphAsync Method | 
| Name | Description | |
|---|---|---|
| SaveGraphAsync(IGraph, AsyncStorageCallback, Object) | 
            Saves a Graph to the Store asynchronously.
              | |
| SaveGraphAsync(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.) | |
| SaveGraphAsync(String, Boolean, IGraph, AsyncStorageCallback, Object) | 
            Save a graph to the database asynchronously within the context of an open transaction.
              |