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

Retrieves the handle of a field.

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

public Task<T> GetFieldAsync<T>(
	string fieldName,
	string stateName = null,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

fieldName
Type: OnlineSystem String
Name of the field. This parameter is mandatory.
stateName (Optional)
Type: OnlineSystem String
Name of the alternate state. This parameter is optional. Default state is current selections.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

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