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 | 
|---|---|---|
| object | sender | Originator of the callback.  | 
      
| AsyncStorageCallbackArgs | args | Callback Arguments.  | 
      
| object | state | State object originally passed to the async call.  |