Method GetLatestObservation
GetLatestObservation()
Gets the latest DynamicEntityObservation associated with this dynamic entity.
Declaration
public DynamicEntityObservation GetLatestObservation()
Returns
Type | Description |
---|---|
DynamicEntityObservation | The latest observation associated with this dynamic entity. |
Remarks
The observation returned by this method represents a snapshot of the state of this dynamic entity at the time
the observation was received. This method may return null
if the dynamic entity has been purged from the
local data cache.
See Also
Applies to
Platforms and versions
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 |