Show / Hide Table of Contents

Delegate PelletConsistencyCallback

Callback for Pellet Constistency Service.
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public delegate void PelletConsistencyCallback(bool isConsistent, object state);
Parameters
Type Name Description
System.Boolean isConsistent Whether the Knowledge Base is consistent.
System.Object state State.

Extension Methods

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