iControl.SecurityFirewallGlobalAdminIPRuleList.Beginset_fw_rule_source_port_description C# (CSharp) Method

Beginset_fw_rule_source_port_description() public method

public Beginset_fw_rule_source_port_description ( string rules, CommonPortRange ports, string descriptions, System callback, object asyncState ) : System.IAsyncResult
rules string
ports CommonPortRange
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_source_port_description(string [] rules,CommonPortRange [] [] ports,string [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_source_port_description", new object[] {
            rules,
            ports,
            descriptions}, callback, asyncState);
        }
SecurityFirewallGlobalAdminIPRuleList