Click or drag to resize

AsyncStorageCallbackArgs Properties

The AsyncStorageCallbackArgs type exposes the following members.

Properties
  NameDescription
Public propertyAvailableTemplates
Gets the templates that were created (if any).
Public propertyError
Gets the error that occurred (for failed operations).
Public propertyGraph
Gets the Graph that was saved/loaded (if applicable).
Public propertyGraphUri
Gets the URI of the Graph affected by the operation.
Public propertyGraphUris
Gets the list of Graph URIs (if applicable).
Public propertyOperation
Gets the operation that was performed.
Public propertyQuery
Gets the SPARQL Query (if applicable).
Public propertyQueryResults
Gets the Query Results (if applicable).
Public propertyRdfHandler
Gets the RDF Handler used (if applicable).
Public propertyResultsHandler
Gets the Results Handler used (if applicable).
Public propertyStorageProvider
Gets the Storage Provider (if applicable).
Public propertyStoreID
Gets the Store ID (if applicable).
Public propertyStoreIDs
Gets the list of Store IDs (if applicable).
Public propertyTemplate
Gets the template that was created (if any).
Public propertyUpdates
Gets the SPARQL Update (if applicable).
Public propertyWasSuccessful
Gets whether the async operation succeeded (no error occurred).
Top
See Also