Click or drag to resize
IQlikConnectionNewT Method
Create a new structure bound to this session

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
T New<T>(
	JObject structure = null
)
where T : AbstractStructure

Parameters

structure (Optional)
Type: JObject
initial value

Type Parameters

T

Return Value

Type: T
See Also