Create Method (BLTClientFactory)
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new BLTClient instance using the specified componentName against the local host.
| Overload | Description |
|---|---|
| Create(String) | Creates a new BLTClient instance using the specified componentName against the local host. |
| Create(String,String) | Creates a new BLTClient instance using the specified componentName and serviceName for the current system. |
| Create(String,String,String) | Creates a new BLTClient instance using the specified componentName, serviceName, and systemName. |
| Create(String,String,BLTClientConnectionManagerBase) | Creates a new BLTClient instance using the specified componentName, computerName, and connectionManager. |