iControl.SecurityDoSWhitelist.Beginadd_entry C# (CSharp) Method

Beginadd_entry() public method

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