App GetEmptyScriptAsync T  Method (String, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> GetEmptyScriptAsync<T>(
	string localizedMainSection = null,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

localizedMainSection (Optional)
Type: OnlineSystem String
onResult
Type: OnlineSystem Func Response, T 
userHandle (Optional)
Type: OnlineSystem String
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp GetEmptyScriptAsync T (String, Func Response, T , String)
See Also