iControl.GlobalLBGlobals.Endget_lower_bound_percentage_row C# (CSharp) Метод

Endget_lower_bound_percentage_row() публичный Метод

public Endget_lower_bound_percentage_row ( System asyncResult ) : long
asyncResult System
Результат long
        public long Endget_lower_bound_percentage_row(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
GlobalLBGlobals