Click or drag to resize

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.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IProjectArchive GetArchiveReadOnlyThreadSave(
	Object claimer
)

Parameters

claimer  Object
The claimer. If the returned archive is no longer

Return Value

IProjectArchive
The archive that can be used to retrieve data (read-only).
See Also