Show / Hide Table of Contents

Class DynamicEntityChangedEventArgs

Describes changes to a DynamicEntity sent by the DynamicEntityChanged event.

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

An object of this type is sent as an argument to the DynamicEntityChanged event. This event is raised whenever observations associated with an existing dynamic entity are received from the data source or purged from the local data cache.

If the last observation has been purged from the local data cache, the DynamicEntityPurged property is set to true. This indicates that the dynamic entity has been purged and will receive no more associated observations from the data source.

Properties

Name Description
DynamicEntityPurged

Gets a value indicating whether the DynamicEntity itself has been purged.

PurgedObservation

Gets the purged DynamicEntityObservation.

ReceivedObservation

Gets the newly received DynamicEntityObservation.

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.