SetAutoUnloadModules Method
Disable or enable automatic unloading of modules. By default, each unused module is automatically unloaded after a fixed period of time. Using this function it is possible to disable this automatic unloading; in which case, unused modules have to be unloaded explicitly using
FlushModules
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0

C#
public void SetAutoUnloadModules( bool yesno )
Parameters
- yesno
-
Type:
SystemBoolean
true to enable automatic unloading
