Class DynamicEntityQueryResult
The result of a query performed on a DynamicEntityDataSource.
Inheritance
System.Object
    DynamicEntityQueryResult
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityQueryResult : IEnumerable<DynamicEntity>, IEnumerable
  Remarks
A query performed on a DynamicEntityDataSource will return an object of this type. The query result allows you to iterate over the dynamic entities that satisfy the query.
Due to the real-time nature of dynamic entities in the result, individual entities may receive new observations, have existing observations purged, or be entirely purged before the application can use them. Use GetLatestObservation() to verify the current state of an entity before using it.
Methods
| Name | Description | 
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through a collection of DynamicEntity.  | 
      
| Name | Description | 
|---|---|
| IEnumerable.GetEnumerator() | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.7 - 200.8 | 
| .NET | 200.7 - 200.8 | 
| .NET Windows | 200.7 - 200.8 | 
| .NET Android | 200.7 - 200.8 | 
| .NET iOS | 200.7 - 200.8 | 
| .NET Framework | 200.7 - 200.8 | 
| UWP | 200.7 - 200.8 |