iControl.SecurityFirewallGlobalAdminIPRuleList.Beginadd_fw_rule_destination_port C# (CSharp) Method

Beginadd_fw_rule_destination_port() public method

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