| AppFieldGetOptionalSizeAsync Method |
Calculates the size of the available Optional data asynchronously
Namespace: Qlik.Sense.ClientAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxpublic Task<ISize> GetOptionalSizeAsync()
Public Function GetOptionalSizeAsync As Task(Of ISize)
Return Value
Type:
TaskISizea Task that retrieves the size of the available data
Implements
IAppFieldGetOptionalSizeAsync
See Also