AsyncStorageCallbackArgs Properties |
The AsyncStorageCallbackArgs type exposes the following members.
Name | Description | |
---|---|---|
AvailableTemplates |
Gets the templates that were created (if any).
| |
Error |
Gets the error that occurred (for failed operations).
| |
Graph |
Gets the Graph that was saved/loaded (if applicable).
| |
GraphUri |
Gets the URI of the Graph affected by the operation.
| |
GraphUris |
Gets the list of Graph URIs (if applicable).
| |
Operation |
Gets the operation that was performed.
| |
Query |
Gets the SPARQL Query (if applicable).
| |
QueryResults |
Gets the Query Results (if applicable).
| |
RdfHandler |
Gets the RDF Handler used (if applicable).
| |
ResultsHandler |
Gets the Results Handler used (if applicable).
| |
StorageProvider |
Gets the Storage Provider (if applicable).
| |
StoreID |
Gets the Store ID (if applicable).
| |
StoreIDs |
Gets the list of Store IDs (if applicable).
| |
Template |
Gets the template that was created (if any).
| |
Updates |
Gets the SPARQL Update (if applicable).
| |
WasSuccessful |
Gets whether the async operation succeeded (no error occurred).
|