Show / Hide Table of Contents

Delegate PelletServerReadyCallback

Callback that occurs when the connection to a Pellet Server instance is ready for use.
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public delegate void PelletServerReadyCallback(PelletServer server, object state);
Parameters
Type Name Description
PelletServer server Pellet Server.
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