Show / Hide Table of Contents

Method QueryDynamicEntitiesAsync

QueryDynamicEntitiesAsync(DynamicEntityQueryParameters, CancellationToken)

Returns all dynamic entities currently matching the specified query parameters.

Declaration
public Task<DynamicEntityQueryResult> QueryDynamicEntitiesAsync(DynamicEntityQueryParameters parameters, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
DynamicEntityQueryParameters parameters

Parameters for performing the dynamic entity query.

System.Threading.CancellationToken cancellationToken

An optional cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns
Type Description
System.Threading.Tasks.Task<DynamicEntityQueryResult>

A System.Threading.Tasks.Task that returns a DynamicEntityQueryResult type.

Remarks

Use this method to query the dynamic entities currently stored in the data source. The query parameters can be used to filter based on track ID, geometry, spatial relationship, and attribute query string.

The query is performed on the most recent observation of each dynamic entity in the data source at the time the query is executed.

The returned DynamicEntityQueryResult object can be used to iterate over the query results.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.