iControl.LocalLBFlowEvictionPolicy.Beginset_high_water C# (CSharp) Method

Beginset_high_water() public method

public Beginset_high_water ( string policies, long values, System callback, object asyncState ) : System.IAsyncResult
policies string
values long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_high_water(string [] policies,long [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_high_water", new object[] {
            policies,
            values}, callback, asyncState);
        }
LocalLBFlowEvictionPolicy