ExchangePlansManager.WriteChanges

Syntax:

WriteChanges(<ExchangeMessageRecord>, <TransactionElements>)

Parameters:

<ExchangeMessageRecord> (required)

Type: ExchangeMessageWriter.
The object through which is performed the exchange data message record. This object must have the BeginWrite method executed, and the EndWrite method still unexecuted.

<TransactionElements> (optional)

Type: Number.
Determines the maximum number of data items number placed in the message within one database transaction. If the parameter value equals 0 (default value), then all data is placed within one transaction.
Default value: 0.

Description:

Meant to place in the data exchange message all the modified data and the configuration to send to another infobase distribution node.

Availability:

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

    

1C:Enterprise Developer's Community