iControl.GlobalLBPoolV2.get_qos_coefficient_hops C# (CSharp) 메소드

get_qos_coefficient_hops() 개인적인 메소드

private get_qos_coefficient_hops ( GlobalLBPoolID pools ) : long[]
pools GlobalLBPoolID
리턴 long[]
        public long[] get_qos_coefficient_hops(
		GlobalLBPoolID [] pools
	)
        {
            object [] results = this.Invoke("get_qos_coefficient_hops", new object [] {
                pools});
            return ((long [])(results[0]));
        }
GlobalLBPoolV2