Click or drag to resize

ConfigurationAPIBeginUpdate Method

Begins a configuration update block.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void BeginUpdate()
Remarks

When configurations and/or CorrectionFiles are sent to the card after BeginUpdate was called they are defered and are only applyed 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 whith previous configurations.

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.

See Also