iControl.LocalLBPool.get_all_statistics C# (CSharp) Method

get_all_statistics() private method

private get_all_statistics ( ) : LocalLBPoolPoolStatistics
return LocalLBPoolPoolStatistics
        public LocalLBPoolPoolStatistics get_all_statistics(

	)
        {
            object [] results = this.Invoke("get_all_statistics", new object [0]);
            return ((LocalLBPoolPoolStatistics)(results[0]));
        }
LocalLBPool