Click or drag to resize

KnowledgeBaseGetServices Method (Type)

Gets all the available implementations of the given Service Type for this Knowledge Base.

Namespace:  VDS.RDF.Query.Inference.Pellet
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<PelletService> GetServices(
	Type t
)

Parameters

t
Type: SystemType
Service Type.

Return Value

Type: IEnumerablePelletService

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.GetServices(System.Type)"]

See Also