NamespaceService.GetNamespaces Method (NamespaceCallback, Object) |
Gets the Namespaces used in the Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet.Services
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic void GetNamespaces(
NamespaceCallback callback,
Object state
)
Public Sub GetNamespaces (
callback As NamespaceCallback,
state As Object
)
Parameters
- callback
- Type: VDS.RDF.NamespaceCallback
Callback to invoke when the operation completes. - state
- Type: System.Object
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.
See Also