iControl.SystemVCMP.remove_all_vlans C# (CSharp) Method

remove_all_vlans() private method

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