iControl.LocalLBPool.set_gateway_failsafe_unit_id C# (CSharp) Method

set_gateway_failsafe_unit_id() private method

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