Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, IEnumerableString, Exception)

Creates new callback arguments.

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

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
stores
Type: System.Collections.GenericIEnumerableString
Enumeration of Store IDs.
e
Type: SystemException
Error that occurred.
See Also