iControl.LocalLBFlowEvictionPolicy.get_slow_flow_threshold C# (CSharp) 메소드

get_slow_flow_threshold() 개인적인 메소드

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