This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectFactoryX Interface > IServerObjectFactoryX.CreateConfigurationFactory Method (ArcObjects .NET 10.4 SDK) |
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