XMLBatchReadBuilder Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The XMLReadBuilder class simplifies the building of a batch of standard Factelligence XML encoded READ requests
| Overload | Description |
|---|---|
| XMLBatchReadBuilder Constructor() | Constructor override without specific parameters so uses the defaults |
| XMLBatchReadBuilder Constructor(Int32) | Constructor override that specifies a session id |
| XMLBatchReadBuilder Constructor(String) | Constructor override that specifies a Root node name |
| XMLBatchReadBuilder Constructor(String,Int32) | Constructor override that specifies a Root node name and a session id |