BSky.Statistics.R.UAPackageAPI.getMaxFactors C# (CSharp) Method

getMaxFactors() private method

private getMaxFactors ( ServerDataSource dataSource ) : object
dataSource BSky.Statistics.Common.ServerDataSource
return object
        private object getMaxFactors(ServerDataSource dataSource)
        {
            return (object)(dispatcher.EvaluateToObject(RCommandStrings.getMaximumFactorCount(dataSource), false)); //object
            //return (dispatcher.EvaluateToUAReturn(RCommandStrings.getMaximumFactorCount(dataSource)));
        }
UAPackageAPI