Click or drag to resize

KnowledgeBaseGetServiceT Method

Gets the first available implementation of the desired Service Type.

Namespace:  VDS.RDF.Query.Inference.Pellet
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public T GetService<T>()
where T : PelletService

Type Parameters

T
Desired Service Type.

Return Value

Type: T

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.GetService``1"]

See Also