AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, Uri) |
Creates new callback arguments.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic AsyncStorageCallbackArgs(
AsyncStorageOperation operation,
Uri graphUri
)
Public Sub New (
operation As AsyncStorageOperation,
graphUri As Uri
)
Parameters
- operation
- Type: VDS.RDF.Storage.AsyncStorageOperation
Operation. - graphUri
- Type: System.Uri
URI of the affected Graph.
See Also