iControl.LocalLBPool.get_statistics C# (CSharp) Method

get_statistics() private method

private get_statistics ( string pool_names ) : LocalLBPoolPoolStatistics
pool_names string
return LocalLBPoolPoolStatistics
        public LocalLBPoolPoolStatistics get_statistics(
		string [] pool_names
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                pool_names});
            return ((LocalLBPoolPoolStatistics)(results[0]));
        }
LocalLBPool