Show / Hide Table of Contents

Delegate PelletClusterServiceCallback

Callback for Pellet Cluster Service.
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public delegate void PelletClusterServiceCallback(List<List<INode>> clusters, object state);
Parameters
Type Name Description
System.Collections.Generic.List<System.Collections.Generic.List<INode>> clusters Clusters.
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