Click or drag to resize

KnowledgeBaseGetServices Method (String)

Gets all the available services with the given name for this Knowledge Base.

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

Parameters

name
Type: SystemString
Service Name.

Return Value

Type: IEnumerablePelletService

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

See Also