iControl.LocalLBPool.set_reselect_tries C# (CSharp) Method

set_reselect_tries() private method

private set_reselect_tries ( string pool_names, long values ) : void
pool_names string
values long
return void
        public void set_reselect_tries(
		string [] pool_names,
		long [] values
	)
        {
            this.Invoke("set_reselect_tries", new object [] {
                pool_names,
                values});
        }
LocalLBPool