iControl.LocalLBFlowEvictionPolicy.get_eviction_strategy_fast_state C# (CSharp) Method

get_eviction_strategy_fast_state() private method

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