iControl.GlobalLBGlobals.Endget_lower_bound_percentage_column C# (CSharp) Method

Endget_lower_bound_percentage_column() public method

public Endget_lower_bound_percentage_column ( System asyncResult ) : long
asyncResult System
return long
        public long Endget_lower_bound_percentage_column(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
GlobalLBGlobals