Show / Hide Table of Contents

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.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Extension Methods
Back to top Generated by DocFX