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