Create(String,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new BLTClient instance using the specified componentName and serviceName for the current system.
IBLTClient Create(
string componentName,
string serviceName
)
IBLTClient^ Create(
String^ componentName,
String^ serviceName
)
Parameters
- componentName
- The Business Logic Tier (BLT) component name.
- serviceName
- The service name associated with the owning BLTHost instance.
Return Value
The IBLTClient instance for the specified Business Logic Tier (BLT) component.