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