iControl.SecurityDoSWhitelist.Endremove_all_entries C# (CSharp) Method

Endremove_all_entries() public method

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