Click or drag to resize

ProjectServiceDummyImplExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing Method

[Missing <summary> documentation for "M:Altaxo.Main.ProjectServiceDummyImpl.ExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(Altaxo.Main.Services.IProjectArchiveManager)"]


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

Parameters

newManager  IProjectArchiveManager

[Missing <param name="newManager"/> documentation for "M:Altaxo.Main.ProjectServiceDummyImpl.ExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(Altaxo.Main.Services.IProjectArchiveManager)"]

Return Value

IProjectArchiveManager

[Missing <returns> documentation for "M:Altaxo.Main.ProjectServiceDummyImpl.ExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(Altaxo.Main.Services.IProjectArchiveManager)"]

Implements

IProjectServiceExchangeCurrentProjectArchiveManagerTemporarilyWithoutDisposing(IProjectArchiveManager)
See Also