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