BLTMessage Constructor(String,String,DALBLTMessageType,Int32,String,Int32,List<DALBLTParam>)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new BLTMessage instance with a specified componentName, hostName, messageType, localeID, displayName, maxRowsToReturn, and the bltParamList.
public BLTMessage(
string componentName,
string hostName,
DALBLTMessageType messageType,
int localeID,
string displayName,
int maxRowsToReturn,
List<DALBLTParam> bltParamList
)
public:
BLTMessage(
String^ componentName,
String^ hostName,
DALBLTMessageType messageType,
int localeID,
String^ displayName,
int maxRowsToReturn,
List<DALBLTParam^>^ bltParamList
)
Parameters
- componentName
- The component name that will execute.
- hostName
- The host name where this component will execute.
- messageType
- Indicates whether you want to get the syntax or execute a Business Logic Tier (BLT) component.
- localeID
- The locale ID of the user.
- displayName
- The Enterprise SCADA HMI display name.
- maxRowsToReturn
- The maximum rows to return.
- bltParamList
- The input/output BLTParam list.