iControl.SystemVCMP.remove_vlan C# (CSharp) 메소드

remove_vlan() 개인적인 메소드

private remove_vlan ( string guests, string vlans ) : void
guests string
vlans string
리턴 void
        public void remove_vlan(
		string [] guests,
		string [] [] vlans
	)
        {
            this.Invoke("remove_vlan", new object [] {
                guests,
                vlans});
        }
SystemVCMP