AddGetSpecRequest Method
- Last UpdatedNov 06, 2025
- 1 minute read
Add a request to the batch for a GetSpecific() read from a specified object. Also supports GetAll() requests if the cmd parameter specifies as such
'Declaration
Public Sub AddGetSpecRequest( _
ByVal objectName As String, _
ByVal cmd As String _
)
'Usage
Dim instance As XMLBatchReadBuilder
Dim objectName As String
Dim cmd As String
instance.AddGetSpecRequest(objectName, cmd)
public void AddGetSpecRequest(
string objectName,
string cmd
)
Parameters
- objectName
- The object name to use for this request
- cmd
- The command name to use for this request