AddRequest Method (XMLBuilder)
- Last UpdatedNov 06, 2025
- 1 minute read
Adds a request to the XML doc and specifies the command The root node of the XML request must have already been built Throws an exception if the call fails for any reason
'Declaration
Public Sub AddRequest( _
ByVal objectName As String, _
ByVal msgType As String, _
ByVal cmd As String _
)
'Usage
Dim instance As XMLBuilder
Dim objectName As String
Dim msgType As String
Dim cmd As String
instance.AddRequest(objectName, msgType, cmd)
Parameters
- objectName
- The object name to use for this command
- msgType
- The message type to use for this command
- cmd
- The command name to use for this command