AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, IRdfHandler, Exception) |
Creates new callback arguments.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public AsyncStorageCallbackArgs(
AsyncStorageOperation operation,
IRdfHandler handler,
Exception e
)
Public Sub New (
operation As AsyncStorageOperation,
handler As IRdfHandler,
e As Exception
)
Parameters
- operation
- Type: VDS.RDF.StorageAsyncStorageOperation
Operation. - handler
- Type: VDS.RDFIRdfHandler
Handler to return. - e
- Type: SystemException
Error that occurred.
See Also