XMLBatchExecBuilder Constructor(Int32,String)
- Last UpdatedNov 06, 2025
- 1 minute read
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.
'Usage
Dim sessionId As Integer
Dim rootName As String
Dim instance As New XMLBatchExecBuilder(sessionId, rootName)
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.