Event DynamicEntityPurged
Notification that a DynamicEntity was purged.
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public event EventHandler<DynamicEntityEventArgs> DynamicEntityPurged
Returns
Type | Description |
---|---|
System.EventHandler<DynamicEntityEventArgs> |
Remarks
This event is raised whenever the last observation associated with a dynamic entity was purged. When this happens, the DynamicEntity is also purged and will not be associated with any new observations streamed from the data source.
This event will not be raised when all DynamicEntity objects are purged when calling PurgeAllAsync().
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |