Show / Hide Table of Contents

Delegate UpdateCallback

Callbacks for methods that perform SPARQL Updates.

Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public delegate void UpdateCallback(object state)
Parameters
Type Name Description
System.Object state

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.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Extension Methods
Back to top Generated by DocFX