iControl.SecurityFirewallAddressList.Beginset_address_range_description C# (CSharp) Method

Beginset_address_range_description() public method

public Beginset_address_range_description ( string lists, CommonAddressRange ranges, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
ranges CommonAddressRange
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_address_range_description(string [] lists,CommonAddressRange [] [] ranges,string [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_address_range_description", new object[] {
            lists,
            ranges,
            descriptions}, callback, asyncState);
        }
SecurityFirewallAddressList