iControl.SecurityDoSWhitelist.Endremove_entry C# (CSharp) Méthode

Endremove_entry() public méthode

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