Method QueryFeaturesAsync
QueryFeaturesAsync(QueryParameters)
Asynchronously performs query against the table.
Declaration
public Task<FeatureQueryResult> QueryFeaturesAsync(QueryParameters parameters)
Parameters
| Type | Name | Description | 
|---|---|---|
| QueryParameters | parameters | The QueryParameters used to filter feature results.  | 
    
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<FeatureQueryResult> | A task that represents the asynchronous query features operation. The value of the task result contains a FeatureQueryResult object.  | 
    
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.0 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.7 - 100.12 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 100.15 | 
Relevant samples
Feature layer query: Find features in a feature table which match an SQL query.
QueryFeaturesAsync(QueryParameters, CancellationToken)
Asynchronously performs query against the table.
Declaration
public Task<FeatureQueryResult> QueryFeaturesAsync(QueryParameters parameters, CancellationToken cancellationToken)
Parameters
| Type | Name | Description | 
|---|---|---|
| QueryParameters | parameters | The QueryParameters used to filter feature results.  | 
    
| CancellationToken | cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation.  | 
    
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<FeatureQueryResult> | A task that represents the asynchronous query features operation. The value of the task result contains a FeatureQueryResult object.  | 
    
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.0 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.7 - 100.12 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 100.14 |