dotNetRDF API Documentation

PelletConsistencyCallback Delegate

Callback for Pellet Constistency Service

public delegate void PelletConsistencyCallback(
   bool isConsistent,
   object state
);

Parameters

isConsistent
Whether the Knowledge Base is consistent
state
State

Requirements

Namespace: VDS.RDF.Query.Inference.Pellet

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

VDS.RDF.Query.Inference.Pellet Namespace