Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, String, IRdfHandler, ISparqlResultsHandler, Exception)

Creates new callback arguments.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AsyncStorageCallbackArgs(
	AsyncStorageOperation operation,
	string query,
	IRdfHandler rdfHandler,
	ISparqlResultsHandler resultsHandler,
	Exception e
)

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
query
Type: SystemString
SPARQL Query.
rdfHandler
Type: VDS.RDFIRdfHandler
RDF Handler.
resultsHandler
Type: VDS.RDFISparqlResultsHandler
Results Handler.
e
Type: SystemException
Error that occurred.
See Also