GetSelectedSizeAsync Method
Overloads
GetSelectedSizeAsync() |
Calculates the size of the available Selected data asynchronously |
GetSelectedSizeAsync()
Calculates the size of the available Selected data asynchronously
Declaration
public Task<ISize> GetSelectedSizeAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ISize> |
a Task that retrieves the size of the available data |