Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, IEnumerable<String>, 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.Storage.AsyncStorageOperation
Operation.
stores
Type: System.Collections.Generic.IEnumerable<String>
Enumeration of Store IDs.
e
Type: System.Exception
Error that occurred.
See Also