Show / Hide Table of Contents

Class DynamicEntityObservationEventArgs

Provides details about a DynamicEntityObservation that has been received from the data source or purged from the local data cache.

Inheritance
System.Object
System.EventArgs
DynamicEntityObservationEventArgs
System.EventArgs.Empty
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 DynamicEntityObservationEventArgs : EventArgs
Remarks

An object of this type is sent as an argument to the following DynamicEntityDataSource events:

  • DynamicEntityObservationReceived: raised by the data source when a new dynamic entity observation is received
  • DynamicEntityObservationPurged: raised by the data source when an observation is purged from local data cache due to a limit defined by PurgeOptions

Properties

Name Description
Observation

Gets the DynamicEntityObservation that has been received from the data source or purged from the local data cache.

See Also

DynamicEntityDataSourcePurgeOptions

Applies to

TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.