Enum ProcessingResult
- Namespace
- Scaleout.Modules.DigitalTwin.Abstractions
- Assembly
- Scaleout.Modules.DigitalTwin.Abstractions.dll
Specifies whether or not a Digital Twin should be updated after a call to a ProcessMessageAsync(ProcessingContext<TDigitalTwin>, TDigitalTwin, byte[]) implementation has returned.
public enum ProcessingResult
Fields
DoUpdate = 0The digital twin object has been modified and must be updated in the ScaleOut service.
NoUpdate = 1The digital twin object was not modified and does not need to be updated in the ScaleOut service.
Remove = 2Remove the digital twin object from the ScaleOut service.