iControl.SecurityFirewallPortList.create C# (CSharp) 메소드

create() 개인적인 메소드

private create ( string lists, CommonPortRange ports ) : void
lists string
ports CommonPortRange
리턴 void
        public void create(
		string [] lists,
		CommonPortRange [] [] ports
	)
        {
            this.Invoke("create", new object [] {
                lists,
                ports});
        }