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
Public Function GetService(Of T As PelletService) As T
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