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

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public T New<T>(
	JObject structure = null
)
where T : AbstractStructure

Parameters

structure (Optional)
Type: JObject
initial value

Type Parameters

T
The type of the structure to create

Return Value

Type: T

Implements

IQlikConnectionNewT(JObject)
See Also