IDocumentPersistentStorageAsync Members
Defines properties and methods for an asynchronous document storage implementation.
#Methods
Name | Description |
---|---|
Clear |
Clears the storage by deleting objects whose lifetime exceeds the specified time. |
Create |
Asynchronously creates a document storage using the specified stream. |
Release |
Asynchronous operation that removes the specified item from storage. |
Save |
Asynchronously saves all document pages to storage. |
Save |
Asynchronously saves a document page to storage. |
Set |
Asynchronously saves document metadata in the document storage. |
Try |
Gets all document pages from the storage. |
Try |
Asynchronously retrieves document metadata from storage. |
Try |
Asynchronously retrieves a specified document page from storage. |
Update |
Updates last access time for the specified storage item. |
See Also