concord.Configuration.RunnerSettings.GetServiceFactory C# (CSharp) Method

GetServiceFactory() public method

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