iControl.GlobalLBGlobals.Beginset_lower_bound_percentage_column C# (CSharp) Method

Beginset_lower_bound_percentage_column() public method

public Beginset_lower_bound_percentage_column ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_lower_bound_percentage_column(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_lower_bound_percentage_column", new object[] {
            value}, callback, asyncState);
        }
GlobalLBGlobals