iControl.NetworkingSelfIPV2.get_fw_rule C# (CSharp) Method

get_fw_rule() private method

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