XFNLNET_CLASS_POOLRETURN

Return objects to pool after use

 

 

 

NSupported in Synergy .NET

The XFNLNET_CLASS_POOLRETURN setting specifies whether objects will be returned to the pool for xfNetLink .NET. It can be set for all classes or a single class.

TRUE or FALSE.

The default is FALSE, which discards all objects after use. See Reusing objects for more information. Set the value to TRUE to reuse objects.

CLASS in the environment variable name can be either DEFAULT (which means the setting applies to all classes) or the name of a specific class in your assembly (which means it applies only to that class).

This environment variable can be used with any xfNetLink .NET application. If an application configuration file exists for a .NET Framework application, the value set in the config file will override the corresponding environment variable.

The environment where the client program runs.

xfNetLink .NET

Understanding .NET pooling

set XFNLNET_DEFAULT_POOLRETURN = TRUE