iControl.NetworkingSelfIPV2.get_fw_rule C# (CSharp) 메소드

get_fw_rule() 개인적인 메소드

private get_fw_rule ( string self_ips ) : string[][]
self_ips string
리턴 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