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
object sender

Originator of the callback.

AsyncStorageCallbackArgs args

Callback Arguments.

object state

State object originally passed to the async call.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Extension Methods
Back to top Generated by DocFX