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

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

public Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_entry(string [] whitelists,string [] [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_entry", new object[] {
            whitelists,
            entries}, callback, asyncState);
        }