iControl.SecurityDoSWhitelist.Beginremove_all_entries C# (CSharp) Method

Beginremove_all_entries() public method

public Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_entries(string [] whitelists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_entries", new object[] {
            whitelists}, callback, asyncState);
        }