iControl.LocalLBPool.get_reselect_tries C# (CSharp) Method

get_reselect_tries() private method

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