IProjectServiceExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing 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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProjectArchiveManager? ExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(
IProjectArchiveManager? newManager
)
Parameters
- newManager IProjectArchiveManager
- The new manager that becomes the current manager after this call.
Return Value
IProjectArchiveManagerThe archive manager that is currently set.
See Also