Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, IRdfHandler, Exception)

Creates new callback arguments.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AsyncStorageCallbackArgs(
	AsyncStorageOperation operation,
	IRdfHandler handler,
	Exception e
)

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
handler
Type: VDS.RDFIRdfHandler
Handler to return.
e
Type: SystemException
Error that occurred.
See Also