Configuration |
public void EndUpdate()
When configurations and/or CorrectionFiles are sent to the card after BeginUpdate was called they are deferred and are only applied when EndUpdate is called in one transaction. Configurations and CorrectionFiles are applied in a way to prevent Exception to occur that are thrown because of incompatibilities with previous configurations.
Inside the update block API calls, if used, should be executed in the following order: Delete(Int32, Int32), Set(Int32, Int32, String), Store. Otherwise NotSupportedException will be thrown.
Only one update block can be open at one time.BeginUpdate and EndUpdate must be called from the same connection. Configurations and CorrectionFiles must be also sent from the same connection. Otherwise an exception will occur. If BeginUpdate was executed and the executing connection gets closed then the SP-ICE-3 card will execute AbortUpdate by itself.