concord.Configuration.RunnerSettings.GetServiceFactory C# (CSharp) 메소드

GetServiceFactory() 공개 메소드

public GetServiceFactory ( ) : ISettingsBasedServiceFactory
리턴 ISettingsBasedServiceFactory
        public ISettingsBasedServiceFactory GetServiceFactory()
        {
            return new SettingsBasedServiceFactory(this);
        }