iControl.GlobalLBLink.Enddelete_link C# (CSharp) Method

Enddelete_link() public method

public Enddelete_link ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_link(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
GlobalLBLink