iControl.LocalLBFlowEvictionPolicy.Beginget_low_water C# (CSharp) Method

Beginget_low_water() public method

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