IProjectArchiveManagerGetArchiveReadOnlyThreadSave Method |
Intended for deferred reading of (typically only a single) project item from an archive.
Gets an archive, for read-only purposes only. The call to this function should be thread-safe.
It is required to call
ReleaseArchiveThreadSave(Object, IProjectArchive) to release the returned archive if it is no longer in use.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProjectArchive GetArchiveReadOnlyThreadSave(
Object claimer
)
Parameters
- claimer Object
- The claimer. If the returned archive is no longer
Return Value
IProjectArchiveThe archive that can be used to retrieve data (read-only).
See Also