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