iControl.LocalLBFlowEvictionPolicy.get_high_water C# (CSharp) Method

get_high_water() private method

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