AppField GetDeselectedSizeAsync Method Qlik Sense .NET SDK - API Reference
Calculates the size of the available Deselected data asyncronously

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

public Task<ISize> GetDeselectedSizeAsync()

Return Value

Type: OnlineTask ISize 
a Task that retrieves the size of the available data

Implements

IAppField GetDeselectedSizeAsync 
See Also