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

remove_all_vlans() 개인적인 메소드

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