iControl.LocalLBPool.set_gateway_failsafe_unit_id C# (CSharp) Méthode

set_gateway_failsafe_unit_id() private méthode

private set_gateway_failsafe_unit_id ( string pool_names, long unit_ids ) : void
pool_names string
unit_ids long
Résultat 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