iControl.GlobalLBGlobals.Endget_link_compensation_history C# (CSharp) Method

Endget_link_compensation_history() public method

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