iControl.SecurityDoSWhitelist.Endremove_entry C# (CSharp) Method

Endremove_entry() public method

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