BLTMessage Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| BLTMessage Constructor() | Initializes a new BLTMessage instance. |
| BLTMessage Constructor(BLTMessage) | Initializes a new BLTMessage instance using another BLTMessage object. |
| BLTMessage Constructor(String,String,DALBLTMessageType) | Initializes a new BLTMessage instance with a specified componentName, hostName, and the messageType. |
| BLTMessage Constructor(String,String,DALBLTMessageType,Int32,String,Int32,List<DALBLTParam>) | Initializes a new BLTMessage instance with a specified componentName, hostName, messageType, localeID, displayName, maxRowsToReturn, and the bltParamList. |
| BLTMessage Constructor(String,DALBLTMessageType,Boolean) | Initializes a new BLTMessage instance with a specified hostName, messageType, and the browseEnabledComponentsOnly. |