AsyncStorageCallbackArgs Constructor (AsyncStorageOperation, String, Exception) |
Creates new callback arguments.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic AsyncStorageCallbackArgs(
AsyncStorageOperation operation,
string data,
Exception e
)
Public Sub New (
operation As AsyncStorageOperation,
data As String,
e As Exception
)
Parameters
- operation
- Type: VDS.RDF.Storage.AsyncStorageOperation
Operation. - data
- Type: System.String
Data to return. - e
- Type: System.Exception
Error that occurred.
See Also