ITransient Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Interface for tagging an object as transient. Typically used to ensure that session objects are automatically destroyed during dispose.
Syntax
public interface ITransientProperties
| Name | Description | 
|---|---|
| IsTransient | Indicates whether or not an object is transient. | 
Methods
| Name | Description | 
|---|---|
| MarkAsTransient() | Mark the object as transient. |