XMLExecBuilder Constructor(Int32,String,String)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override passing the name of the command to be executed as a string. This method also supports standard commands, although the other constructor is slightly more efficient.
'Declaration
Public Function New( _
ByVal sessionId As Integer, _
ByVal objName As String, _
ByVal cmdName As String _
)
'Usage
Dim sessionId As Integer
Dim objName As String
Dim cmdName As String
Dim instance As New XMLExecBuilder(sessionId, objName, cmdName)
Parameters
- sessionId
- Required. The session ID to use for this command.
- objName
- Required. The object name to use for this command.
- cmdName
- Required. The cmd string name to use for this command.