Settings controlling how a Processor is updated over the course of its lifetime.
Additional resources: ControlContext.ProcessorCreationParameters, Processor.IProcessor.Update, Processor.IControl_1.Update.
Property | Description |
---|---|
Default | The default value. This is equivalent to UpdateIfDataIsAvailable. |
NeverUpdate | Never call Update under any circumstances. |
UpdateIfDataIsAvailable | Invoke Update only if data has been returned from Pipe.SendData_1 since the last update. |
UpdateAlways | Always invoke Update on this processor. |