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 |
---|---|---|
Dynamic |
parameters | Parameters for performing the dynamic entity query. |
System. |
cancellationToken | An optional cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Type | Description |
---|---|
System. |
A System. |
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 Dynamic
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |