Create(String,String,BLTClientConnectionManagerBase) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new BLTClient instance using the specified componentName, computerName, and connectionManager.
IBLTClient Create(
string componentName,
string computerName,
BLTClientConnectionManagerBase connectionManager
)
IBLTClient^ Create(
String^ componentName,
String^ computerName,
BLTClientConnectionManagerBase^ connectionManager
)
Parameters
- componentName
- The Business Logic Tier (BLT) component name.
- computerName
- The computer/host name associated with the owning BLTHost instance.
- connectionManager
- An optional pre-existing Business Logic Tier (BLT) client connection (can be null).
Return Value
The IBLTClient instance for the specified Business Logic Tier (BLT) component.