ArcObjects Library Reference (Server)  

IServerObjectFactoryX.CreateConfigurationFactory Method

Creates a new server configuration factory for a given type.

[Visual Basic .NET]
Public Function CreateConfigurationFactory ( _
    ByVal cfgName As String, _
    ByVal cfgType As String, _
    ByVal CLSID As String _
) As IConfigurationFactory
[C#]
public IConfigurationFactory CreateConfigurationFactory (
    string cfgName,
    string cfgType,
    string CLSID
);
[C++]
HRESULT CreateConfigurationFactory(
  BSTR cfgName,
  BSTR cfgType,
  BSTR CLSID,
  IConfigurationFactory** ppCF
);
[C++]

Parameters

cfgName [in]   cfgName is a parameter of type BSTR cfgType [in]   cfgType is a parameter of type BSTR CLSID [in]   CLSID is a parameter of type BSTR ppCF [out, retval]

  ppCF is a parameter of type IConfigurationFactory

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectFactoryX Interface