iControl.SecurityFirewallAddressList.Beginset_nested_address_list_description C# (CSharp) Method

Beginset_nested_address_list_description() public method

public Beginset_nested_address_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_nested_address_list_description(string [] lists,string [] [] nested_lists,string [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_nested_address_list_description", new object[] {
            lists,
            nested_lists,
            descriptions}, callback, asyncState);
        }
SecurityFirewallAddressList