Click or drag to resize

KnowledgeBaseGetService Method (String)

Gets the first available Service with the given name for this Knowledge Base.

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

Parameters

name
Type: SystemString
Service Name.

Return Value

Type: PelletService
Either the Service or a Null if the Knowledge Base does not expose a Service with the given name.
See Also