Click or drag to resize

BaseStardogConnectorQuery Method (String, AsyncStorageCallback, Object)

Queries the store asynchronously.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Query(
	string query,
	AsyncStorageCallback callback,
	Object state
)

Parameters

query
Type: SystemString
SPARQL Query.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncQueryableStorageQuery(String, AsyncStorageCallback, Object)
See Also