iControl.GlobalLBGlobals.Beginget_lower_bound_percentage_row C# (CSharp) Method

Beginget_lower_bound_percentage_row() public method

public Beginget_lower_bound_percentage_row ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_lower_bound_percentage_row(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_lower_bound_percentage_row", new object[0], callback, asyncState);
        }
GlobalLBGlobals