Click or drag to resize

ZipFileProjectArchiveManagerWithoutClonedFileReleaseArchiveThreadSave Method

Releases the archive that was claimed with GetArchiveReadOnlyThreadSave(Object).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ReleaseArchiveThreadSave(
	Object claimer,
	ref IProjectArchive?? archive
)

Parameters

claimer  Object
The claimer. This parameter should be identical to that used in the call to GetArchiveReadOnlyThreadSave(Object)
archive  IProjectArchive
The archive to release.

Implements

IProjectArchiveManagerReleaseArchiveThreadSave(Object, IProjectArchive)
See Also