Skip to main content

What it does

Changes the header of a batch. Modifies the fields Name, BatchTypeId, Description, and Priority and the registration parameters of the batch whose ID is the same as the value of Batch.Id. The other fields in the Batch structure are ignored.

Definition

void UpdateBatch( int sessionId, Batch batch );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchBatchThe parameters of the batch to be added

Returned value

None.