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