Click or drag to resize

CachedServiceT, UStartCaching Method

Starts the caching of the service. Call this method if the service itself is not needed (so there is no need to use Instance), but the methods to attach the service and detach the service should be called.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void StartCaching()
See Also