Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, String, Exception)

Creates new callback arguments.

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

Parameters

operation
Type: VDS.RDF.Storage.AsyncStorageOperation
Operation.
data
Type: System.String
Data to return.
e
Type: System.Exception
Error that occurred.
See Also