Enum ProcessingResult
- Namespace
- Scaleout.Streaming.DigitalTwin.Core
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
Specifies whether or not a Digital Twin should be updated after a call to a ProcessMessages(ProcessingContext, TDigitalTwin, IEnumerable<TMessage>) implementation has returned.
public enum ProcessingResult
Fields
DoUpdate = 0
The digital twin object has been modified and must be updated in the ScaleOut service.
NoUpdate = 1
The digital twin object was not modified and does not need to be updated in the ScaleOut service.