iControl.SecurityFirewallPolicy.get_fw_rule_protocol_numeric C# (CSharp) Method

get_fw_rule_protocol_numeric() private method

private get_fw_rule_protocol_numeric ( string policies, string rules ) : long[][]
policies string
rules string
return long[][]
        public long[][] get_fw_rule_protocol_numeric(
		string [] policies,
		string [] [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_protocol_numeric", new object [] {
                policies,
                rules});
            return ((long [] [])(results[0]));
        }
SecurityFirewallPolicy