Create(String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new BLTClient instance using the specified componentName against the local host.
IBLTClient Create(
string componentName
)
IBLTClient^ Create(
String^ componentName
)
Parameters
- componentName
- The Business Logic Tier (BLT) component name.
Return Value
The IBLTClient instance for the specified Business Logic Tier (BLT) component.