Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, String, IAsyncStorageProvider, Exception)

Creates new callback arguments.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AsyncStorageCallbackArgs(
	AsyncStorageOperation operation,
	string storeID,
	IAsyncStorageProvider provider,
	Exception e
)

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
storeID
Type: SystemString
Store ID.
provider
Type: VDS.RDF.StorageIAsyncStorageProvider
Storage Provider.
e
Type: SystemException
Error that occurred.
See Also