| AppGetFieldAsync Method (String, String, AsyncHandle) | 
Retrieves the handle of a field.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<Field> GetFieldAsync(
	string fieldName,
	string stateName = null,
	AsyncHandle asyncHandle = null
)
Public Function GetFieldAsync ( 
	fieldName As String,
	Optional stateName As String = Nothing,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Field)
Parameters
- fieldName
 - Type: SystemString
Name of the field.
                                        This parameter is mandatory. - stateName (Optional)
 - Type: SystemString
Name of the alternate state.
                                        This parameter is optional.
                                        Default state is current selections. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskFieldImplements
IAppGetFieldAsync(String, String, AsyncHandle)
See Also