iControl.LocalLBLSNPool.get_all_statistics_v2 C# (CSharp) Method

get_all_statistics_v2() private method

private get_all_statistics_v2 ( ) : LocalLBLSNPoolLSNPoolStatistics_v2
return LocalLBLSNPoolLSNPoolStatistics_v2
        public LocalLBLSNPoolLSNPoolStatistics_v2 get_all_statistics_v2(

	)
        {
            object [] results = this.Invoke("get_all_statistics_v2", new object [0]);
            return ((LocalLBLSNPoolLSNPoolStatistics_v2)(results[0]));
        }
LocalLBLSNPool