Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, IEnumerableString)

Creates new callback arguments.

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

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
stores
Type: System.Collections.GenericIEnumerableString
Enumeration of Store IDs.
See Also