Click or drag to resize

ProjectServiceBaseExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing Method

Exchanges the current project archive manager without disposing the old manager. This function is intended to be used twice in succession: 1st to temporarily exchange the current archive manager by another on, and then to change back the new archive manager with the old one.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProjectArchiveManager? ExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(
	IProjectArchiveManager? newManager
)

Parameters

newManager  IProjectArchiveManager
The new manager that becomes the current manager after this call.

Return Value

IProjectArchiveManager
The archive manager that is currently set.

Implements

IProjectServiceExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(IProjectArchiveManager)
See Also