Delegate NodeListCallback
Callbacks for methods that return a list of nodes.
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public delegate void NodeListCallback(List<INode> nodes, object state)
Parameters
Type | Name | Description |
---|---|---|
System. |
nodes | Node List. |
System. |
state | State. |
Remarks
In the event of an error you will be passed an instance of Async