Show / Hide Table of Contents

Delegate TripleStoreCallback

Callback for methods that return a ITripleStore asynchronously.

Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public delegate void TripleStoreCallback(ITripleStore store, object state)
Parameters
Type Name Description
ITripleStore store

Triple Store.

object state

State.

Remarks

In the event of an error you will be passed an instance of AsyncError which will contain the error and the original state information you passed into the method that took this callback.

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