iControl.GlobalLBGlobals.Beginget_lower_bound_percentage_row C# (CSharp) Méthode

Beginget_lower_bound_percentage_row() public méthode

public Beginget_lower_bound_percentage_row ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat 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