iControl.SecurityFirewallGlobalAdminIPRuleList.Beginget_fw_rule_source_port_description C# (CSharp) Method

Beginget_fw_rule_source_port_description() public method

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