Show / Hide Table of Contents

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

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