Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, IEnumerable<String>)

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.Storage.AsyncStorageOperation
Operation.
stores
Type: System.Collections.Generic.IEnumerable<String>
Enumeration of Store IDs.
See Also