Delegate AsyncStorageCallback
Generic callback for async storage API operations.
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public delegate void AsyncStorageCallback(object sender, AsyncStorageCallbackArgs args, object state);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | Originator of the callback. |
| AsyncStorageCallbackArgs | args | Callback Arguments. |
| System.Object | state | State object originally passed to the async call. |