Class NamespaceService
Represents the Namespace Service provided by a Pellet Server knowledge base.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Inference.Pellet.Services
Assembly: dotNetRDF.dll
Syntax
public class NamespaceService : PelletService
Methods
| Improve this Doc View SourceGetNamespaces()
Gets the Namespaces used in the Knowledge Base.
Declaration
public NamespaceMapper GetNamespaces()
Returns
Type | Description |
---|---|
NamespaceMapper |
GetNamespaces(NamespaceCallback, Object)
Gets the Namespaces used in the Knowledge Base.
Declaration
public void GetNamespaces(NamespaceCallback callback, object state)
Parameters
Type | Name | Description |
---|---|---|
NamespaceCallback | callback | Callback to invoke when the operation completes. |
System.Object | state | State to be passed to the callback. |
Remarks
If the operation succeeds the callback will be invoked normally, if there is an error the callback will be invoked with a instance of AsyncError passed as the state which provides access to the error message and the original state passed in.