Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, String, IStoreTemplate)

Creates new callback arguments.

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

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
storeID
Type: SystemString
Store ID.
template
Type: VDS.RDF.Storage.Management.ProvisioningIStoreTemplate
Template.
See Also