XMLBatchExecBuilder Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| XMLBatchExecBuilder Constructor(Int32) | Constructor override that specifies only a session ID. This instance will use the MES default TRANSACTION_NODENAME root name. Caller must make additional calls to AddRequest() to add each command request branch. |
| XMLBatchExecBuilder Constructor(Int32,String) | Constructor override that specifies a session ID and a custom root node name. Caller must make additional calls to AddRequest() to add each command request branch. |
| XMLBatchExecBuilder Constructor(Int32,String,String,String) | Constructor override that specifies a msgtype, object, and command for the first request in the batch. This instance will use the MES default TRANSACTION_NODENAME root name. Caller must make additional calls to AddRequest() to add each command request branch. |
| XMLBatchExecBuilder Constructor(Int32,String,String,String,String) | Constructor override that specifies a specific root node, msgtype, object, and command for the first request in the batch. Caller must make additional calls to AddRequest() to add each command request branch. |