iControl.LocalLBFlowEvictionPolicy.remove_all_eviction_strategy_ports C# (CSharp) Méthode

remove_all_eviction_strategy_ports() private méthode

private remove_all_eviction_strategy_ports ( string policies ) : void
policies string
Résultat void
        public void remove_all_eviction_strategy_ports(
		string [] policies
	)
        {
            this.Invoke("remove_all_eviction_strategy_ports", new object [] {
                policies});
        }
LocalLBFlowEvictionPolicy