Click or drag to resize

FourStoreConnectorLoadGraph Method

Overload List
  NameDescription
Public methodLoadGraph(IGraph, String)
Loads a Graph from the 4store instance.
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the 4store instance.
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the 4store instance.
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the 4store instance using an RDF Handler.
Public methodLoadGraph(IGraph, String, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.)
Public methodLoadGraph(IGraph, Uri, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.)
Public methodLoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.)
Public methodLoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Overrides BaseAsyncHttpConnectorLoadGraph(IRdfHandler, String, AsyncStorageCallback, Object).)
Top
See Also