iControl.SecurityFirewallAddressList.Begincreate_with_address_range C# (CSharp) Method

Begincreate_with_address_range() public method

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