KnowledgeBase.GetServices 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:
Syntaxpublic IEnumerable<PelletService> GetServices(
string name
)
Public Function GetServices (
name As String
) As IEnumerable(Of PelletService)
Parameters
- name
- Type: System.String
Service Name.
Return Value
Type:
IEnumerable<PelletService>[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.GetServices(System.String)"]
See Also