iControl.SecurityFirewallRuleList.Endget_fw_rule_source_port_list C# (CSharp) Method

Endget_fw_rule_source_port_list() public method

public Endget_fw_rule_source_port_list ( System asyncResult ) : string[][][]
asyncResult System
return string[][][]
        public string[][][] Endget_fw_rule_source_port_list(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [] [])(results[0]));
        }
SecurityFirewallRuleList