XMLBatchExecBuilder Constructor(Int32,String,String,String,String)
- Last UpdatedNov 06, 2025
- 1 minute read
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.
public XMLBatchExecBuilder(
int sessionId,
string rootName,
string objectName,
string msgType,
string cmd
)
Parameters
- sessionId
- Required. The session ID to use for this batch of commands.
- rootName
- Required. The XML root node name to use for this batch of commands.
- objectName
- Required. The object name to use for the first command in the batch.
- msgType
- Required. The message type to use for the first command in the batch.
- cmd
- Required. The command to use for the first command in the batch.