iControl.LocalLBFlowEvictionPolicy.get_eviction_strategy_slow_state C# (CSharp) Method

get_eviction_strategy_slow_state() private method

private get_eviction_strategy_slow_state ( string policies ) : CommonEnabledState[]
policies string
return CommonEnabledState[]
        public CommonEnabledState[] get_eviction_strategy_slow_state(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_eviction_strategy_slow_state", new object [] {
                policies});
            return ((CommonEnabledState [])(results[0]));
        }
LocalLBFlowEvictionPolicy