Click or drag to resize

AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, Uri)

Creates new callback arguments.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AsyncStorageCallbackArgs(
	AsyncStorageOperation operation,
	Uri graphUri
)

Parameters

operation
Type: VDS.RDF.StorageAsyncStorageOperation
Operation.
graphUri
Type: SystemUri
URI of the affected Graph.
See Also