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

get_high_water() 개인적인 메소드

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