ExchangePlansManager.ReadChanges

Syntax:

ReadChanges(<ReadingExchangeMessage>, <TransactionElements>)

Parameters:

<ReadingExchangeMessage> (required)

Type: ExchangeMessageReader.
Object used to read data exchange message. BeginRead method must have already been executed, while EndRead method shouldn't be applied yet to this object.

<TransactionElements> (optional)

Type: Number.
Specifies the maximum number of data items that are read from the message and written to the database per transaction. If a parameter value is set to 0 (a default value), all the data are processed during a single transaction.
Default value: 0.

Description:

Reads data and configuration changes from the data exchange message transferred to this node by another node of the distributed infobase. If the message contains configuration changes that have been transferred to this node by its master node and have not been yet placed in this node database configuration, the method returns exception message prompting to run the designer and to perform a database configuration update.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community