iControl.SystemVCMP.remove_vlan C# (CSharp) Method

remove_vlan() private method

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