IAsyncUpdateableStorageUpdate Method  | 
 
            Updates the store asynchronously.
            
 
    Namespace: 
   VDS.RDF.Storage
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxvoid Update(
	string sparqlUpdates,
	AsyncStorageCallback callback,
	Object state
)
Sub Update ( 
	sparqlUpdates As String,
	callback As AsyncStorageCallback,
	state As Object
)
Parameters
- sparqlUpdates
 - Type: SystemString
SPARQL Update. - callback
 - Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
 - Type: SystemObject
State to pass to the callback. 
See Also