concord.Configuration.RunnerSettings.GetServiceFactory C# (CSharp) Метод

GetServiceFactory() публичный Метод

public GetServiceFactory ( ) : ISettingsBasedServiceFactory
Результат ISettingsBasedServiceFactory
        public ISettingsBasedServiceFactory GetServiceFactory()
        {
            return new SettingsBasedServiceFactory(this);
        }