iControl.NetworkingSelfIPV2.Beginset_fw_rule_source_address_range_description C# (CSharp) Method

Beginset_fw_rule_source_address_range_description() public method

public Beginset_fw_rule_source_address_range_description ( string self_ips, string rules, CommonAddressRange ranges, string descriptions, System callback, object asyncState ) : System.IAsyncResult
self_ips string
rules string
ranges CommonAddressRange
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_source_address_range_description(string [] self_ips,string [] [] rules,CommonAddressRange [] [] [] ranges,string [] [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_source_address_range_description", new object[] {
            self_ips,
            rules,
            ranges,
            descriptions}, callback, asyncState);
        }
NetworkingSelfIPV2