iControl.NetworkingSelfIPV2.get_fw_rule_protocol_numeric C# (CSharp) Method

get_fw_rule_protocol_numeric() private method

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