Delegate GraphCallback
Callback for methods that return a IGraph asynchronously.
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public delegate void GraphCallback(IGraph g, object state)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
System. |
state | State. |
Remarks
In the event of an error you will be passed an instance of Async