iControl.SecurityFirewallAddressList.Beginget_nested_address_list_description C# (CSharp) Method

Beginget_nested_address_list_description() public method

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