Create(String,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new Business Object component on the specified host.
[Obsolete("Replace usages with --> IBLTClientFactory.Create <-- [NOVEMBER 2019]")]
public void Create(
string Name,
string Host
)
[Obsolete("Replace usages with --> IBLTClientFactory.Create <-- [NOVEMBER 2019]")]
public:
void Create(
String^ Name,
String^ Host
)
Parameters
- Name
- Name of the Business Object component to create, such as "Fnput", "Helptype", or "Filteralm".
- Host
- Name of the host on which to create the component.