Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, String, IEnumerableIStoreTemplate)

Creates new callback arguments.

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

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
storeID
Type: SystemString
Store ID.
templates
Type: System.Collections.GenericIEnumerableIStoreTemplate
Templates.
See Also