iControl.SecurityDoSWhitelist.Endremove_entry C# (CSharp) Метод

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

public Endremove_entry ( System asyncResult ) : void
asyncResult System
Результат void
        public void Endremove_entry(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }