AsyncStorageCallback Delegate |
Generic callback for async storage API operations.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public delegate void AsyncStorageCallback(
Object sender,
AsyncStorageCallbackArgs args,
Object state
)
Public Delegate Sub AsyncStorageCallback (
sender As Object,
args As AsyncStorageCallbackArgs,
state As Object
)
Parameters
- sender
- Type: SystemObject
Originator of the callback. - args
- Type: VDS.RDF.StorageAsyncStorageCallbackArgs
Callback Arguments. - state
- Type: SystemObject
State object originally passed to the async call.
See Also