BLTMessage Constructor(String,String,DALBLTMessageType)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new BLTMessage instance with a specified componentName, hostName, and the messageType.
public BLTMessage(
string componentName,
string hostName,
DALBLTMessageType messageType
)
public:
BLTMessage(
String^ componentName,
String^ hostName,
DALBLTMessageType messageType
)
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.