Class DynamicEntityObservationEventArgs
Provides details about a DynamicEntityObservation that has been received from the data source or purged from the local data cache.
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
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 300.0 |
| .NET Windows | 200.3 - 300.0 |
| .NET Android | 200.3 - 300.0 |
| .NET iOS | 200.3 - 300.0 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |