NamespaceCallback Delegate |
Callback for methods that return a Namespace Map.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public delegate void NamespaceCallback(
INamespaceMapper nsmap,
Object state
)
Public Delegate Sub NamespaceCallback (
nsmap As INamespaceMapper,
state As Object
)
Parameters
- nsmap
- Type: VDS.RDFINamespaceMapper
Namespace Map. - state
- Type: SystemObject
State.
Remarks
In the event of an error you will be passed an instance of
AsyncError which will contain the error and the original state information you passed into the method that took this callback.
See Also