Show / Hide Table of Contents

Property DynamicEntityPurged

DynamicEntityPurged

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

Declaration
public bool DynamicEntityPurged { get; }
Property Value
Type Description
System.Boolean

Indicates whether the DynamicEntity itself has been purged.

Remarks

This flag is set when the last observation associated with this dynamic entity has been purged from the local data cache. In this case, the dynamic entity is also purged and will not be associated with any new observations received from the data source.

Purge of a dynamic entity can be caused by exceeding the limits defined by PurgeOptions or by an explicit call to PurgeAllAsync().

The default is false.

Applies to

Platforms and versions
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.