iControl.GlobalLBPoolV2.get_qos_coefficient_topology C# (CSharp) Method

get_qos_coefficient_topology() private method

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