Hi
I find how to use API in c# from below link
http://wiki.mikrotik.com/wiki/API_in_C_Sharp#Example
now i want to send command “queue simple set max-limit=3M/3M queue13” to Mikrotik but after i send this command i should send another command for tag but don’t know what should i send.
for example for get Mikrotik name should send below commands
mikrotik.Send(“/system/identity/getall”);
mikrotik.Send(“.tag=sss”, true);
i want second command for “queue simple”