| IFieldGetCardinalAsync Method (AsyncHandle) | 
Retrieves the number of distinct values in a field. 
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<int> GetCardinalAsync(
	AsyncHandle asyncHandle = null
)
Function GetCardinalAsync ( 
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Integer)
Parameters
- asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskInt32
See Also