iControl.LocalLBFlowEvictionPolicy.remove_all_eviction_strategy_ports C# (CSharp) Method

remove_all_eviction_strategy_ports() private method

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