iControl.GlobalLBPool.get_statistics C# (CSharp) 메소드

get_statistics() 개인적인 메소드

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