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

remove_port() 개인적인 메소드

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