iControl.SecurityDoSWhitelist.Beginset_entry_description C# (CSharp) Method

Beginset_entry_description() public method

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